lstoll / nassh-relay

SSH bastion based on nassh/relay
MIT License
3 stars 0 forks source link

Support normal ssh client #5

Open lstoll opened 5 years ago

lstoll commented 5 years ago

Via ProxyCommand I assume, write a command that can do the auth dance and set up the connection for openssh to use.

Will likely need to extend the cookie handler to be able to call the right callback to pass session id, like something listening on localhost

lstoll commented 5 years ago

https://github.com/google/huproxy/blob/master/huproxyclient/client.go is similar.