I have SSH server installed and setup. Its running on port 777.
I can connect to the server via connectbot on my android phone without issue.
When i try to connect via my laptop (mint 11) or vis the server itself (LMDE) using username@192.168.0.100:777 I receive an error
- Code: Select all
ssh: Could not resolve hostname 192.168.0.100:777: Name or service not known
now if i connect using username@192.168.0.100 -p 777 it all works fine.
Why doesn't it work by specifying the port :777




