[SunHELP] sshd

Joe Pampel sunhelp at sunhelp.org
Wed Dec 12 10:18:08 CST 2001


not sure what ssd filter is but sshd is the server daemon for ssh.  you need
to run it in order
for the host to accept incoming ssh calls. You can have it start automatically
with the script
below which you place in /etc/rc2.d  the script is S99sshd.

#!/sbin/sh
#
# Copyright (c) 1997 by Sun Microsystems, Inc.
# All rights reserved.
#
#ident  "@(#)lp 1.9     97/12/08 SMI"

case "$1" in
'start')
        /usr/local/sbin/sshd
        ;;

'stop')

        ;;

*)
        echo "Usage: $0 { start | stop }"
        exit 1
esac
exit 0


>>> "Wally A. Alubankudi" <walubank at hotmail.com> 12/12/01 11:09AM >>>
Hi All,
       What is sshd and ssd filter??????


_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
_______________________________________________
SunHELP maillist  -  SunHELP at sunhelp.org
http://www.sunhelp.org/mailman/listinfo/sunhelp



More information about the SunHELP mailing list