up vote 0 down vote favorite
share [g+] share [fb]

I am trying to connect to my webserver via ssh but I can't. When I insert the password nothing happens. This is what I see:

# ssh username@username.example.com
username@username.example.com's password: 

Why? In iptables there are no rules. Please help :(

I have tried with a wifi connection of my friend and it does work!! So is it a router problem?

What I have to do?

link|improve this question
works for me. can you try again using one of the debugging options (-v or -vv or -vvv) and post the result? also, which version of ubuntu are you using? – quack quixote May 11 '10 at 12:19
Well. Try using the simple "ssh machine1.something.com" method, and also, you won't see your password inserted. Just type it blindly and hit enter. At least an error should come up. – Shiki May 11 '10 at 12:21
yes this is what I see: pastebin.com/2sWHMHSW I am using ubuntu 9.04. – xrobot May 11 '10 at 12:45
I dont see any problem with it ^^". Try the -vvv. Maybe we'll see more. – Shiki May 11 '10 at 12:48
ok this is it: pastebin.com/HqqMJJGX Thanks :) – xrobot May 11 '10 at 12:51
show 8 more comments
feedback

3 Answers

Have you tried pushing enter after typing your password? The password does not show up when you use SSH...

link|improve this answer
yes I have pushed enter many times but doesn't work. – xrobot May 11 '10 at 12:25
Do you get an error? – todda.speot.is May 11 '10 at 13:00
I see you are troubleshooting in the comments above. Disregard my answer. – todda.speot.is May 11 '10 at 13:04
feedback

AFAIK Ubuntu places restrictions on the root account for remote login, this may be a cause. Have you tried logging in as a non root user?

(Someone else can probably explain more about these restrictions)

link|improve this answer
with a non root user I get the same problem :(. What I have to do ? – xrobot May 11 '10 at 14:19
feedback

What does /var/log/auth.log say?

link|improve this answer
It is also possible that your web server is doing strict reverse DNS checking, and the IP address where you're having problems is not registered correctly in DNS. – cwawak May 11 '10 at 19:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.