LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Cannot ssh on ubuntu gutsy (https://www.linuxquestions.org/questions/linux-networking-3/cannot-ssh-on-ubuntu-gutsy-617813/)

dgermann 01-31-2008 08:54 PM

Cannot ssh on ubuntu gutsy
 
Hi--

I have two Ubuntu Gutsy 7.10 boxes on my network that cannot connect to one another, nor can other computers connect to them using ssh.

However, I can connect to other computers on the network (Ubuntu 6.06LTS and RedHat 9.0) from these two boxes.

When I run ssh -vvv doug@192.168.0.83, I get:
Code:

OpenSSH_4.6p1 Debian-5ubuntu0.1, OpenSSL 0.9.8e 23 Feb 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 192.168.0.83 [192.168.0.83] port 22.

and the computer just sits there, does not time out after even a couple of minutes.

The /etc/ssh/sshd_config files are what came out of the box. I have checked on this forum and in Google and have not found anything that seems to deal with this problem.

Same result whether firestarter is running or not.

Any ideas?

Thanks!

kilgoretrout 01-31-2008 09:36 PM

Try:

$ ssh -vvvl doug 192.168.0.83

dgermann 01-31-2008 09:42 PM

kilgoretrout--

Thanks!

Looks like the same thing:

Code:

$ ssh -vvvl doug 192.168.0.83
OpenSSH_4.6p1 Debian-5ubuntu0.1, OpenSSL 0.9.8e 23 Feb 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 192.168.0.83 [192.168.0.83] port 22.

Does that tell us anything?

Thanks!


All times are GMT -5. The time now is 09:50 PM.