Google: Difference between revisions

Line 199:
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
Line 216 ⟶ 210:
;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 ==