A question about OpenSSH_3.4p1 on Solaris 8

Roger Wang xiwang17 at yahoo.com
Fri Oct 25 00:37:27 EST 2002


Hi, I'm doing test with OpenSSH. The question I have
is when I issue "ssh -l test1 localhost", there are
two additional "sshd" daemons spawned - there should
be only one. I don't know why. Appreciate if anybody
can give me some clue. Please make sure to include my
address since I'm not in the list yet. Thanks in
advance. 

Below is the procedure:

$ ps -ef | grep sshd
    root  4953     1  0 10:04:32 ?        0:00
/usr/local/sbin/sshd
  wroger  5088  4751  0 10:29:21 pts/2    0:00 grep
sshd
$
$
$ ssh -l test1 192.168.182.184
test1 at 192.168.182.184's password: 
Last login: Thu Oct 24 10:32:32 2002 from unknown
Sun Microsystems Inc.   SunOS 5.8       Generic Patch 
 October 2001
$ ps -ef | grep sshd
   test1  5198  5196  0 10:32:47 ?        0:00
/usr/local/sbin/sshd
    root  4953     1  0 10:04:32 ?        0:00
/usr/local/sbin/sshd
    root  5196  4953  1 10:32:43 ?        0:00
/usr/local/sbin/sshd
$ 
$ ps -ef | grep ssh 
   test1  5198  5196  0 10:32:47 ?        0:00
/usr/local/sbin/sshd
    root  4953     1  0 10:04:32 ?        0:00
/usr/local/sbin/sshd
  wroger  5166  4751  0 10:32:42 pts/2    0:01 ssh -l
test1 192.168.182.184
    root  5196  4953  0 10:32:43 ?        0:00
/usr/local/sbin/sshd
$ 




__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/



More information about the openssh-unix-dev mailing list