shazow / ssh-chat

Chat over SSH.
https://shazow.net/posts/ssh-how-does-it-even/
MIT License
5.61k stars 411 forks source link

GSSAPI/Kerberos authentication #321

Open yourfate opened 5 years ago

yourfate commented 5 years ago

Our machines permit login with GSSAPI/Kerberos credentials. It would be a cool feature if I could tell ssh-chat to allow login from kerberos authenticated clients.

shazow commented 5 years ago

:+1: Unfortunately the ssh library we're using does not support it yet, but it could probably be done with some work. https://github.com/golang/go/issues/25899 has useful references.

No plans to do this myself, but help is appreciated from others. :)