Login to server takes time


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Login to server takes time
# 8  
Old 12-07-2011
after you login create a .hushlogin file in home dir

PHP Code:
touch .hushlogin 
Usually creating a ".hushlogin" file in your home directory will disable the quota checks.
# 9  
Old 12-07-2011
Data .hushlogin

I executed the command you said and the result is same.
# 10  
Old 12-07-2011
Is this the case no matter from where you login? Do you have another box you could try to login from? If the problem persists, maybe restart the sshd. If this also does not help you could issue your ssh client with -v, -vv, or -vvv to get debugging output.
This User Gave Thanks to zaxxon For This Post:
# 11  
Old 12-07-2011
Bug Thanks

That solved the problem. I don't know what is the actual problem, but login from another PC works fine. But this problem only happens in this server only. Other servers can be login from my PC fast and without any delay.

Thank you for help. Please answer me if you know what is the problem with my PC and server.
# 12  
Old 12-07-2011
Maybe update your sshd if it is an old version or downgrade if it only happens with a new version etc.
You could also compare /etc/ssh/sshd_config of this and a working server as a start.

Edit:
If you are using PAM, maybe some module takes some time. Check if your OS offers any tracing of this.

Last edited by zaxxon; 12-07-2011 at 10:17 AM.. Reason: added info
This User Gave Thanks to zaxxon For This Post:
# 13  
Old 12-28-2011
Have u tried rebooting?? I faced a similar issue where ping, traceroute, and everything was fine. After restart it was normal.
# 14  
Old 12-29-2011
Can you please share the content of /etc/resolve.conf file. Thanks!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Transfer file from a server takes long time

It takes 6 hrs for a 90 GB zip file that i am copying / transferring from serverA onto serverB. scp user1@serverA:/opt/setup/cash.zip . Output: cash.zip 21% 19GB 4.7MB/s 4:11:46 ETA uname -a SunOS serverB 5.11 11.2 sun4v sparc sun4vCan you please suggest if i could do... (11 Replies)
Discussion started by: mohtashims
11 Replies

2. Shell Programming and Scripting

Wget takes a long time to complete

Hi, I wish to check the return value for wget $url. However, some urls are designed to take 45 minutes or more to return. All i need to check if the URL can be reached or not using wget. How can i get wget to return the value in a few seconds ? (8 Replies)
Discussion started by: mohtashims
8 Replies

3. AIX

Telnet or rsh takes too much time

telnet or rsh or ftp to an AIX machine takes too much time, like have to wait 3 minutes before the prompt appears. What can I look to troubleshoot this problem thanks (4 Replies)
Discussion started by: filosophizer
4 Replies

4. Solaris

Login takes 44secs to 50secs

Hi, Anyone can help me, I have 10 servers all was Solaris 10 installed. The 9 servers was so fast ounce you login. But only 1 server will take 44secs to 55secs to login. I check all the hardware side it was ok. I'm using ssh, putty, ftp and telnet to login. Can you please me for any work... (11 Replies)
Discussion started by: fspalero
11 Replies

5. Shell Programming and Scripting

sort takes a long time

Dear experts I have a 200MG text file in this format: text \tab number I try to sort using options -fd and it takes very long! is that normal or I can speed it up in some ways? I dont want to split the file since this one is already splitted. I use this command: sort -fd file >... (12 Replies)
Discussion started by: voolek
12 Replies

6. UNIX for Dummies Questions & Answers

time how long it takes to load a module

Hello, like the title says, how can i measure the time it takes to load a module in Linux, and how how can i measure the time it takes to load a statically compiled module. /Best Regards Olle ---------- Post updated at 01:13 PM ---------- Previous update was at 11:54 AM ---------- For... (0 Replies)
Discussion started by: ollebanan
0 Replies

7. Linux

it takes long time to login on server

Hi, I am trying to login using ssh on Red Hat Linux 5 server, The password appears immediately but after I enter the password it takes about 90 seconds to login completely. Please suggest what changes require? Regards, Manoj (4 Replies)
Discussion started by: manoj.solaris
4 Replies

8. Solaris

takes time to connect my application

getting delayed to connect to my database in solaris Does anyone help me to get out of this issue help will be more appreciated. (2 Replies)
Discussion started by: Gods_help
2 Replies

9. UNIX for Advanced & Expert Users

Login Process takes longer

Hello. Since Yesterday, I notice that after giving telnet IP or SSH IP - it takes long time to display login: , I mean earlier after entering Server name It used to immediately ask for login ID and then password. But, now it takes min of 2-3 minute to ask for password. Where can I check,... (12 Replies)
Discussion started by: panchpan
12 Replies

10. UNIX for Dummies Questions & Answers

Writing file to disk takes time

Hi All, I am working on a Solaris machine. When i use a particular software to generate some files, the log shows around 0 to 3 secs for generating each file. But the same when i see on the disk it shows double the time difference between two file generation. For example if file A takes 0 secs... (7 Replies)
Discussion started by: nileshkarania
7 Replies
Login or Register to Ask a Question