Google: Difference between revisions

Content added Content deleted
Line 199: Line 199:
journalctl -xe
journalctl -xe


;SSH Version:
telnet 192.168.1.50 22
Trying 192.168.1.50...
Connected to 192.168.1.50.
Escape character is '^]'.
SSH-2.0-OpenSSH_8.0p1 Ubuntu-6build1


;Intermittent Timedout/Slow connection
;Intermittent Timedout/Slow connection
Line 216: Line 210:
;Error if Ciphers does not match:
;Error if Ciphers does not match:
___
___

;SSH Version 2? v1 is not in use now a days

Check:
telnet 192.168.1.50 22
Trying 192.168.1.50...
Connected to 192.168.1.50.
Escape character is '^]'.
SSH-2.0-OpenSSH_8.0p1 Ubuntu-6build1

Else use SSH Debug:
ssh -vvv user@server.com


== System Design ==
== System Design ==