Changes

Jump to navigation Jump to search
361 bytes added ,  09:20, 16 January 2009
added telnet example
== Troubleshooting ==
Check <code>/var/log/auth.log</code> on the remote server for details if this doesn't work as expected.
 
If you want to check what version of SSH is running on a server, you could do this with telnet (although the ssh client will also tell you this information):
<code>
: $ '''telnet example.com 22'''
: Trying 192.168.1.1...
: Connected to example.com.
: Escape character is '^]'.
: SSH-2.0-OpenSSH_4.3
: '''^]'''
: telnet> '''quit'''
: Connection closed.
</code>
[[Category:System Administration]]
4,558

edits

Navigation menu