sshd deamon issue !!!!


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users sshd deamon issue !!!!
# 1  
Old 05-03-2007
sshd deamon issue !!!!

On one of my production server sshd process is running on top . consuming 100 % amount of CPU .

Below is the output of the sshd process... Please advice I am not sure what should I be doing about this. Can I kill the process ? ... Thanking you in advance.

CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
3 ? 17493 root 237 20 5236K 328K run 2236:48 100.08 99.91 sshd


root> ps -ef |grep 17493
root 25511 22660 0 21:58:21 pts/0 0:00 grep 17493
root 17493 713 255 May 2 ? 2238:11 /opt/ssh/sbin/sshd -R
root> ps -ef |grep 713
root 713 1 0 Feb 7 ? 0:00 /opt/ssh/sbin/sshd
root 17493 713 255 May 2 ? 2238:18 /opt/ssh/sbin/sshd -R
root 22657 713 0 21:34:26 ? 0:00 sshd: root@pts/0
root 25513 22660 1 21:58:28 pts/0 0:00 grep 713
# 2  
Old 05-03-2007
Quote:
Originally Posted by kpatel786
Can I kill the process ?

1. Only if you have an alternate way of logging in though X, telnet, rlogin or similar.

2. Or if you are sure you can restart sshd once you have killed it without losing your current login session.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Clconfd deamon on HACMP

Hello, In my HACMP cluster in 2 nodes, on active node, I have a core generated , so in errpt errors, I see BC3BE5A3 and the Failing Module is "clconfd" because "caavg_private" exists in this active node. This deamon "clconfd" is inoperative. Should I restart this deamon dynamically ? Do... (2 Replies)
Discussion started by: LoLo92
2 Replies

2. Linux

Hal deamon..

I have install centos on my server,.. then after rebooting 2 ,3 times , hal deamon cannot start, and system hang on boot.. when i google, i found the solution which is off the hal daemon service... my question is, what is the effect if i off the deamon service ?:confused: tq (2 Replies)
Discussion started by: ultramen7
2 Replies

3. Red Hat

Permissionfor some deamon

Hi everyone. Now, i want to permit for an user to start, stop and reconfig some of daemon on Redhat system without root permission. So how can i do ? Tks all. (2 Replies)
Discussion started by: quan0509
2 Replies

4. UNIX for Dummies Questions & Answers

Default installed deamon's?

Hi experts, I haved checked dir /etc/xinetd.d and there are no ftp and telnet files in this dir It means that the deamon's for ftp and telnet has not been installed on my server or OS. But,my question is in the same folder /etc/xinetd.d i have got files like: echo netstat .... so,... (1 Reply)
Discussion started by: salil2012
1 Replies

5. Shell Programming and Scripting

Default installed deamon's?

Hi experts, I haved checked dir /etc/xinetd.d and there are no ftp and telnet files in this dir It means that the deamon's for ftp and telnet has not been installed on my server or OS. But,my question is in the same folder /etc/xinetd.d i have got files like: echo netstat .... so, How... (1 Reply)
Discussion started by: salil2012
1 Replies

6. AIX

Error Deamon.

How will we check whether error deamon is started or not? any command is there? If it is not started how will we start the deamon. This server is highly critical server. Pls, Let me know. Thanks in advance. (1 Reply)
Discussion started by: pernasivam
1 Replies

7. UNIX for Advanced & Expert Users

deamon process

hi how to write deamon program i specified in detail i want to write c++ program when it run it run like deamon process (1 Reply)
Discussion started by: munnu
1 Replies

8. AIX

It helps in the sshd on sshd.log

Friends, I made the installation of the ssh in the it conspires, I configured in the ssh_config the following parameters.. SyslogFacility AUTH LogLevel INFO that should generate sshd.log in the /var/log.... more no this generating. Somebody could help myself in... (0 Replies)
Discussion started by: sandba
0 Replies

9. UNIX for Dummies Questions & Answers

Mailer Deamon Question

does somebody knows why when my IRIX system is booting it stop for more than 3 minutes in MAILER DEMOND.??? Thanks in advance for your help (1 Reply)
Discussion started by: michoacan2000
1 Replies

10. UNIX for Advanced & Expert Users

What is the differences between Services and Deamon

Dear aLL Would you please give me the difference services(windows) and deamons(unix). Regards Victor vinod kumar (2 Replies)
Discussion started by: victorvvk
2 Replies
Login or Register to Ask a Question