Google: Difference between revisions

Line 172:
;Wrong Port OR SSH Not installed (TCP Reset is sent)
ssh: connect to host 192.168.1.50 port 2222: Connection refused
 
;SSH Running on correct port:
netstat -anp | grep ssh ==> Check port no of SSHD program in LISTEN State
 
;Netstat:
Line 186 ⟶ 189:
Escape character is '^]'.
SSH-2.0-OpenSSH_8.0p1 Ubuntu-6build1
 
;Intermittent Timedout/Slow connection
top - Memory, CPU, IO CPU, etc
Network Congestion, Broadcast Storm
Duplicate IPs configured in same LAN, check ARP table repeatedly
 
== System Design ==