nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
Eugen 2021-06-29T19:38:59.026700Z

hello, I was looking at nrepl and the fact that it does not have authentication and I've noticed the transports. Then I thought: why not an SSH transport ? That should provide auth and authz.

Eugen 2021-06-29T19:40:58.028300Z

I would like to work on this and contribute it to nrepl (I think it should be an extension, not in core) Considering I will have an "SSH socket/endpoint" how should I go about integrating it with nrepl ? is tty transport a good start ?

Eugen 2021-06-29T19:41:15.028700Z

is this something interesting for the project?