I Cann't login to my server

[jjjjjj]$ ping 172.105.203.225
PING 172.105.203.225 (172.105.203.225) 56(84) bytes of data.
64 bytes from 172.105.203.225: icmp_seq=4 ttl=49 time=86.8 ms
64 bytes from 172.105.203.225: icmp_seq=5 ttl=49 time=88.3 ms
64 bytes from 172.105.203.225: icmp_seq=6 ttl=49 time=90.0 ms
64 bytes from 172.105.203.225: icmp_seq=7 ttl=49 time=88.3 ms
64 bytes from 172.105.203.225: icmp_seq=9 ttl=49 time=87.9 ms
64 bytes from 172.105.203.225: icmp_seq=10 ttl=49 time=89.0 ms
64 bytes from 172.105.203.225: icmp_seq=11 ttl=49 time=87.7 ms
64 bytes from 172.105.203.225: icmp_seq=12 ttl=49 time=88.6 ms
64 bytes from 172.105.203.225: icmp_seq=13 ttl=49 time=89.3 ms
64 bytes from 172.105.203.225: icmp_seq=14 ttl=49 time=87.2 ms
64 bytes from 172.105.203.225: icmp_seq=15 ttl=49 time=89.1 ms
^Z
[3]+ Stopped ping 172.105.203.225
[jjjjjj]$ ssh root@172.105.203.225
ssh: connect to host 172.105.203.225 port 22: Connection timed out
[jjjjjj]$

1 Reply

Do you have port 22 open in your firewall? Also, it's a really bad idea™ to allow ssh sessions as root because it's a YYYYUUUUGGGGGEEE security hole. That capability may be disabled.

There's plenty of info about how to do this. Search all the threads in this forum or look for a guide from Linode. I don't have one off the top of my head.

-- sw

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct