shazow / ssh-chat

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

Very stupid question #428

Closed ob-server closed 8 months ago

ob-server commented 8 months ago

I installed the latest version off this on my mac and created ssh keys. I now have this message: .../Downloads/ssh-chat\ 2/ssh-chat ; exit; Listening for connections on [::]:2022

How does someone now successfully ssh into this chat?

shazow commented 8 months ago

Sounds like you're serving on port 2022, so you should be able to ssh -p 2022 localhost on the same machine.