Troubleshooting of SSH errors: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
mNo edit summary |
mNo edit summary |
||
| Line 13: | Line 13: | ||
<pre> | <pre> | ||
-- Condition 1: Operation timed out | |||
$ telnet x.x.x.x 22 | $ telnet x.x.x.x 22 | ||
Trying x.x.x.x... | Trying x.x.x.x... | ||
telnet: connect to address x.x.x.x: Operation timed out | telnet: connect to address x.x.x.x: Operation timed out | ||
telnet: Unable to connect to remote host | telnet: Unable to connect to remote host | ||
-- Condition 2: Connected successfully | |||
telnet x.x.x.x 22 | |||
Trying x.x.x.x... | |||
Connected to x.x.x.x. | |||
Escape character is '^]'. | |||
SSH-2.0-OpenSSH_7.4 | |||
^C | |||
</pre> | </pre> | ||