Networking Forums

Networking Forums > Computer Networking > Linux Networking > ssh too slow in responding after login?

Reply
Thread Tools Display Modes

ssh too slow in responding after login?

 
 
Gugi
Guest
Posts: n/a

 
      02-21-2006, 10:48 PM
Hi there,

I have a suse 9.1 professional box and when I ssh -l root
from remote it takes quite a long, about 1min until it responds.
I can then login fine.

Any clues as to where should look for the delay-problem?


Many thanks in advance!
 
Reply With Quote
 
 
 
 
Eric Teuber
Guest
Posts: n/a

 
      02-21-2006, 11:21 PM
Gugi wrote:
> Hi there,
>
> I have a suse 9.1 professional box and when I ssh -l root
> from remote it takes quite a long, about 1min until it responds.
> I can then login fine.


Why are you using ssh protocol 1, is there any reason for it? Just try
using "ssh root" and ssh will automatically negotiate the appropriate
version.

Eric
 
Reply With Quote
 
Eric Teuber
Guest
Posts: n/a

 
      02-21-2006, 11:32 PM
Gugi wrote:
> Hi there,
>
> I have a suse 9.1 professional box and when I ssh -l root
> from remote it takes quite a long, about 1min until it responds.
> I can then login fine.


Did you try to login on the localhost with the same command (ssh
root@localhost)? Do you experience the same problem?

If not, ssh is probably not the cause. Is there a firewall between the
remote host and the ssh server?

Eric
 
Reply With Quote
 
Ken K
Guest
Posts: n/a

 
      02-21-2006, 11:39 PM
Gugi wrote:

> ssh -l root


Reverse lookup of hostname might be the issue. Check your sshd config file.
Also, consider disabling remote root access. Log in as a user that has
permissions to "su -" over to root. Additionally, you can setup 'sudo' for
execution of root only commands.

GL!
 
Reply With Quote
 
Gugi
Guest
Posts: n/a

 
      02-24-2006, 09:49 PM
Eric Teuber schrieb:
>> I have a suse 9.1 professional box and when I ssh -l root
>> from remote it takes quite a long, about 1min until it responds.
>> I can then login fine.

>
> Did you try to login on the localhost with the same command (ssh
> root@localhost)? Do you experience the same problem?
>
> If not, ssh is probably not the cause. Is there a firewall between the
> remote host and the ssh server?
>
> Eric


Thanks, Eric!

This one did the trick. I have logged to localhost and added
the localhost to the list of known hosts. ssh -l root from remote
now works instantly.

Cheers,
Bob
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FTP Login slow eznoh Wireless Internet 2 11-26-2007 06:04 PM
Very Slow Login Scott Ocamb Windows Networking 1 01-15-2005 01:13 AM
Slow Login Greg Windows Networking 1 10-08-2004 08:30 PM
Login over VPN slow Phillip Windows Networking 3 08-04-2004 01:47 AM
SSH login very slow GVK Linux Networking 10 06-28-2004 11:08 PM



1 2 3 4 5 6 7 8 9 10 11