# First Check whats your ssh Port # in Server.
$ grep -i port /etc/ssh/sshd_config
#Port 22
#GatewayPorts no
ssh root@ipaddress -p port-Number
ssh root@00.00.00.11 -p 2020
Your ISP may block connections to port 22 (nothing you or your router can do about it). Just set SSHd to run on a different port, e.g. 2222.
In /etc/ssh/sshd_config, change Port 22 to Port 2222 and then sudo service ssh restart. Port forward 2222 (or whatever), and try again.
Code Example |
---|
Css :: css outline color |
Css :: margin on absolute positioned element |
Css :: li only showing first bullet |
Css :: change scrollbar color |
Css :: add cursor to html button |
Css :: border not showing css |
Css :: linux bash sort folders ascending |
Css :: padding in css |
Css :: equivalent zoom css |
Css :: css radio button size |
Css :: add shadowto container |
Css :: reset id sequence postgres |
Css :: css 2 bilder nebeneinander |
Css :: docker postgres |
Css :: macbook change screenshot to jpg |
Css :: css full grid span |
Css :: css padding |
Css :: center a spinner css |
Css :: css scrollbar always visible |
Css :: css overflow elipsis |
Css :: reset list html css |
Css :: How To Disable Swipe To Go Back In Chrome or any browser |
Css :: line in css div |
Css :: reset specific css |
Css :: css keep div at bottom of screen when scrolling |
Css :: minimum margin css |
Css :: grid-template-areas css |
Css :: javafx set border outside |
Css :: css font |
Css :: ng-deep |