Advertising
advertising
related pastes to tag 'sshd'
- 1510407 - sshd daemon watcher: linux script shell bash monitor sshd
-
- #!/bin/bash
- declare SSHD_PID="/var/run/sshd.pid"
- declare SSHD_SERVICE="/etc/rc.d/rc.sshd"
- # for debugging...
- # SSHD_SERVICE="echo"
- declare SSHD_RESTART="${SSHD_SERVICE} restart"
- declare SSHD_STOP="${SSHD_SERVICE} stop"
- declare SSHD_START="${SSHD_SERVICE} start"
- 1510402 - sshd daemon watcher: linux script shell bash monitor sshd
-
- #!/bin/bash
- declare SSHD_PID="/var/run/sshd.pid"
- declare SSHD_SERVICE="/etc/rc.d/rc.sshd"
- # for debugging...
- # SSHD_SERVICE="echo"
- declare SSHD_RESTART="${SSHD_SERVICE} restart"
- declare SSHD_STOP="${SSHD_SERVICE} stop"
- declare SSHD_START="${SSHD_SERVICE} start"
- 946574 - nochance: linux sshd
-
- Protocol 2
- SyslogFacility AUTHPRIV
- PasswordAuthentication yes
- ChallengeResponseAuthentication no
- GSSAPIAuthentication yes
- GSSAPICleanupCredentials yes
- UsePAM yes
- X11Forwarding yes