diff options
Diffstat (limited to 'contrib/hpux/sshd')
-rw-r--r-- | contrib/hpux/sshd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/hpux/sshd b/contrib/hpux/sshd new file mode 100644 index 0000000..8eb5e92 --- /dev/null +++ b/contrib/hpux/sshd @@ -0,0 +1,5 @@ +# SSHD_START: Set to 1 to start SSH daemon +# SSHD_ARGS: Command line arguments to pass to sshd +# +SSHD_START=1 +SSHD_ARGS= |