when I am trying to access the server through ssh it says:
ssh: connect to host xx.yyy.zzz.x port 22: Connection refused
and on the server in auth.log it shows following log entry:
Address xx.yyy.zzz.x maps to xx.yyy.zzz.x.static-pune-vsnl.net.in, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT!
I have created a user account for that user and it is also in enabled status.
Requested info
- It is Ubuntu 11.10
- It is configured as SSH Server using openssh-server
- I am trying to connect to this server using Putty from Windows 7 i.e. My Desktop
- I have also asked this in superuser as per the request of @zpletan and link to that question is given below.
http://superuser.com/questions/408080/unable-to-access-the-server-via-ssh
Thanks in advance.

openssh-serverpackage installed on your server? Is your server running Ubuntu? (If not, the proper place to ask this is probably superuser.com.) Is it a web server or an internal server? Have you tried deleting ~/.ssh on the computer you're connecting from? – zpletan Apr 3 '12 at 15:14sudo ufw allow 22orsudo ufw allow sshinfo -> help.ubuntu.com/community/UFW and try to connect again... – hhlp Apr 3 '12 at 15:38