1 # SSHD_START: Set to 1 to start SSH daemon 2 # SSHD_ARGS: Command line arguments to pass to sshd 3 # 4 SSHD_START=1 5 SSHD_ARGS= 6