Search
 
SCRIPT & CODE EXAMPLE
 

CSS

ssh: connect to host 165.22.132.219 port 22: Connection refused

# 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
Comment

ssh: connect to host 192.168.178.45 port 22: Connection refused lost connection

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.
Comment

PREVIOUS NEXT
Code Example
Css :: what is a trailling widget in flutter 
Css :: microwave 
Css :: css color properties 
Css :: color: inherit; 
Css :: css id with mask wildcard 
Css :: what is css selector 
Css :: How do you display a border like this: 
Css :: css "fontweight" "font-weight" "fontWeight" 
Css :: fixed with 
Css :: css difference between class and id 
Css :: css div hexagon 
Css :: ERROR in ./src/styles.scss 
Typescript :: prettier not working with tsx 
Typescript :: File C:UsersTariqulAppDataRoaming pm g.ps1 cannot be loaded because running scripts is disabled on this system. 
Typescript :: check port windows 
Typescript :: how to check open ports mac 
Typescript :: how to destroy all widgets in a frame 
Typescript :: rename table of contents latex 
Typescript :: typescript ignore 
Typescript :: split list into lists of equal length python 
Typescript :: how to see all commits in git 
Typescript :: lofi hip hop beats to study to 
Typescript :: typescript get the mime type from base64 string 
Typescript :: NativeStackNavigationProp params 
Typescript :: Warning: initial exceeded maximum budget. angular 
Typescript :: typescript loop over map with value as array 
Typescript :: scroll to top angular 
Typescript :: denoot deno 
Typescript :: fjnction by parts latex 
Typescript :: react router dom move to another page 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =