![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Color putty | svenkatareddy | Shell Programming and Scripting | 2 | 04-15-2008 08:51 AM |
| Announcing collectl - new performance linux performance monitor | MarkSeger | News, Links, Events and Announcements | 0 | 10-26-2007 03:14 PM |
| Display to PC via ssh/putty (RHE 5) | kjbaumann | Linux | 1 | 08-09-2007 02:01 PM |
| PuTTY 0.59 | pressy | News, Links, Events and Announcements | 2 | 01-30-2007 06:09 AM |
| SSH with Putty | AJA | SUN Solaris | 3 | 03-01-2004 12:45 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Bad performance when log in with putty
Hello guys!
I'm n00b in AIX and I'm sticked in a problem. (my English is poor enough, but I hope you can understand me :P). So.. I'm trying to connect to an AIX machine with putty, and .. 'using username xxx' appears after 2 sec (OK), but 'xxx@ip's password' appears after 1:15 min. After logging in, everything looks fine. Ping at machine : 82ms. Telnet working fine. How can I decrease 1:15 waiting time? Thanks in advance and cheers RGRDS, Dan. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Well, there's nothing that you can do, unless you are the admin of this AIX box. There might be several reasons for the slow response of the server : the sshd daemon is overloaded, the server itself is overloaded, so the sshd daemon can't obtain resources. I'd suggest contacting the admin of the server, or, try another login from different location, e.g. another server on that network, the colleague near you, etc. Basic network tests from those locations will be also fine, so that you get the whole picture.
|
|
#3
|
|||
|
|||
|
My guess would be an incorrect DNS configuration - it's probably hanging while trying to do a lookup on your host/ip
|
|
#4
|
||||
|
||||
|
It shouldn't be DNS issue, as he stated, the telnet attempt works fine, that's why I've suggested sshd daemon config. In order to scratch that, just use the IP of the server instead of rDNS. Another thing : connect to another box on the network, and run manual ssh login with "-vvv" flag like : "ssh user@10.101.1.10 -vvv" and trace the output.
|
|
#5
|
|||
|
|||
|
When you login the system attempts a forward and reverse lookup of your local host - I'm not referring to his local system doing a DNS lookup of the AIX box. If DNS is misconfigured this can cause delay...
|
|
#6
|
|||
|
|||
|
Add the following lines to the /etc/environment and give the system a reboot so that all the networking daemons are refreshed with the new changes.
RES_TIMEOUT=2 RES_RETRY=2 Regards, Kaps |
|
#7
|
|||
|
|||
|
Is the system using LDAP by any chance? That could be the problem as well.
|
|||
| Google The UNIX and Linux Forums |