I’ve being trying to connect from an Opensuse client to a Opensuse Server (both version 11) using SSH, although, after typing login name and password (root or any other normal user recorded on the server) the shell environment stays frozen and I can’t even use CTRL+C to release it.
I tried deactivate firewall, and restart the sshd daemon.
When I type lsof -i:ssh, i get:
Well considering your symptoms I’d get a LAN trace to see if anything
funky was happening from both sides… see if perhaps a packet is
getting dropped at an inopportune time in one case and not the other.
Good luck.
caop wrote:
> Hi there,
>
> I’ve being trying to connect from an Opensuse client to a Opensuse
> Server (both version 11) using SSH, although, after typing login name
> and password (root or any other normal user recorded on the server) the
> shell environment stays frozen and I can’t even use CTRL+C to release
> it.
>
> I tried deactivate firewall, and restart the sshd daemon.
> When I type lsof -i:ssh, i get:
>
> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
> sshd 2770 root 3u IPv6 7864 0t0 TCP *:ssh (LISTEN)
> sshd 2770 root 4u IPv4 7866 0t0 TCP *:ssh (LISTEN)
> ssh 4094 root 3u IPv4 14373 0t0 TCP
> 192.168.1.200:21951->192.168.1.202:ssh (ESTABLISHED)
>
> The last line shows the case when i log on and the shell gets frozen
> right after typing the password.
>
> p.s.: If I use windows client (e.g putty software) to connect to the
> Opensuse server via ssh it goes fine.
>
> Any advice?
>
> Thanks
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
Along the lines of what tuxituk is saying, does it happen with multiple accounts when logging in? Say, what happens if you create a new user and log in with that account.
I finally figured out the problem, not the solution though. It happens when I’m using the wireless on my laptop. If I use wired connection ssh goes fine. But there’s a mystery yet 'cause using wireless on windows Vista (installed on the same laptop on dualboot) (via putty software) the ssh connection doens’t have any problem connecting to the opensuse server machine.
Does someone know why it happens?
For me it’s preferable to use the wireless connection.
ps.: i haven’t tried to use ssh connection from a different network yet.
Wild guess… a firewall in vista is causing the problem. To prove or
disprove get a LAN trace or find a way to turn up the logging levels in
SSH’s server and client as high as possible.
Good luck.
caop wrote:
> I finally figured out the problem, not the solution though. It happens
> when I’m using the wireless on my laptop. If I use wired connection ssh
> goes fine. But there’s a mystery yet 'cause using wireless on windows
> Vista (installed on the same laptop on dualboot) (via putty software)
> the ssh connection doens’t have any problem connecting to the opensuse
> server machine.
>
> Does someone know why it happens?
>
> For me it’s preferable to use the wireless connection.
>
> ps.: i haven’t tried to use ssh connection from a different network
> yet.
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org