can exec an sshd from the command line,
from another box ssh in
su root
exec sshd
etc but if I try to exec a sshd twice from the same shell it fails because it cant listen on the port.
thanx,
bill