View Single Post
  #2   (View Single Post)  
Old 28th August 2011
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Examine /var/log/authlog for information from sshd(8). It may provide some insight. If there is no record of the attempted connection, you are not reaching your server, but some other system instead. The fingerprint from the server would confirm this (you get the fingerprint the first time you attempt to connect to an unknown host).

Also inspect /etc/ssh/sshd_config for any local provisioning changes you may have performed.
Reply With Quote