LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   about ssh login... (https://www.linuxquestions.org/questions/linux-networking-3/about-ssh-login-340444/)

jsnch 07-05-2005 11:21 PM

about ssh login...
 
# telnet 192.168.2.11 22
Trying 192.168.2.11...
Connected to 192.168.2.11.
Escape character is '^]'.
SSH-1.99-OpenSSH_3.9p1
user ghj
Protocol mismatch.
~~~~~~~~~~~~here is error ,i don't know what is write command is right.
Connection to 192.168.2.11 closed by foreign host.

thanks

HenchmenResourc 07-05-2005 11:39 PM

a lot of systems no longer run telnet servers because telnet is not secure try running


ssh -l <username> <IP Address>


All times are GMT -5. The time now is 07:44 AM.