SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same issue connecting to a remote machine. but I managed to login as below:
ssh -p 22 myName@hostname
or:
ssh -l myName -p 22 hostname