Closed ob-server closed 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?
Sounds like you're serving on port 2022, so you should be able to ssh -p 2022 localhost on the same machine.
ssh -p 2022 localhost
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?