1827289 Members
3474 Online
109717 Solutions
New Discussion

sshd @notty

 
yulianto piyut
Valued Contributor

sshd @notty

hi all,

someone know about this issue "sshd userid@notty" ?? my server cann't be access coz of more ssh connection happened, I must kill all process all ssh connection (through console) to make server available to be accessed.

$ ps -ef|grep ssh|grep notty
root 22972 2610 0 16:39:22 ? 0:00 sshd: apps@notty
root 16507 2610 0 14:39:21 ? 0:00 sshd: apps@notty
root 22970 2610 0 16:39:21 ? 0:00 sshd: apps@notty
root 26008 2610 0 17:39:22 ? 0:00 sshd: apps@notty
root 26006 2610 0 17:39:21 ? 0:00 sshd: apps@notty
root 19770 2610 0 15:39:20 ? 0:00 sshd: apps@notty
root 16505 2610 0 14:39:20 ? 0:00 sshd: apps@notty
root 19772 2610 0 15:39:21 ? 0:00 sshd: apps@notty
$ w
5:59pm up 78 days, 2:58, 5 users, load average: 0.00, 0.00, 0.00
User tty login@ idle JCPU PCPU what
apps pts/0 8:52am 8:19 bash
apps pts/1 12:15pm1830:43 -
achmadrf pts/3 3:54pm 2:03 bash
apps pts/4 12:46pm 5:12 bash
yulianto pts/6 5:55pm w
3 REPLIES 3
Asif Sharif
Honored Contributor

Re: sshd @notty

Hi,

Check the service ssh is running properly, to kill running processes use this command.

# kill -9 and give process id's.

Example:

kill -9 22972 2610

Regards,
Asif Sharif
Regards,
Asif Sharif
yulianto piyut
Valued Contributor

Re: sshd @notty

sorry, issue has been resolved by my and my sysadmin team. The problem is ssh used by client (solaris Sun_SSH_1.1). Client make scp to my server (hp-ux 11.11) and using ssh protocol Sun_SSH_1.1 to make connection. I have replaced scp with scp from csw software (solaris software).
yulianto piyut
Valued Contributor

Re: sshd @notty

solved!