[j-nsp] ssh/tcp: bind: Address already in use
Matt Yaklin
myaklin at g4.net
Sun Oct 16 21:52:34 EDT 2005
On Sun, 16 Oct 2005, Randy Bush wrote:
> > why multiple entries in /etc/inetd.conf? should there not be
> > only one line for sshd?
>
> ssh stream tcp nowait/6/150 root /usr/sbin/sshd sshd -i -f /var/etc/sshd_conf
> ssh stream tcp6 nowait/6/150 root /usr/sbin/sshd sshd -i -f /var/etc/sshd_conf
>
> but why a daemon and inetd.conf?
I had the same thought right after i sent my first email.
I run older code, so I logged on as root to poke around.
I do not have a daemon running. When I ssh to my box, inetd
launched the service for me.
I know this because ps auxwww| grep ssh only shows my one
sshd process that I am currently using.
Are you sure that the process you see is a listening daemon?
If it is, it would try to use port 22 and throw off a mesg
that you have shown us.
m
>
More information about the juniper-nsp
mailing list