Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'sshd'

1510407 - sshd daemon watcher: linux script shell bash monitor sshd
  1. #!/bin/bash
  2. declare SSHD_PID="/var/run/sshd.pid"
  3. declare SSHD_SERVICE="/etc/rc.d/rc.sshd"
  4. # for debugging...
  5. # SSHD_SERVICE="echo"
  6. declare SSHD_RESTART="${SSHD_SERVICE} restart"
  7. declare SSHD_STOP="${SSHD_SERVICE} stop"
  8. declare SSHD_START="${SSHD_SERVICE} start"
  9.  
1510402 - sshd daemon watcher: linux script shell bash monitor sshd
  1. #!/bin/bash
  2. declare SSHD_PID="/var/run/sshd.pid"
  3. declare SSHD_SERVICE="/etc/rc.d/rc.sshd"
  4. # for debugging...
  5. # SSHD_SERVICE="echo"
  6. declare SSHD_RESTART="${SSHD_SERVICE} restart"
  7. declare SSHD_STOP="${SSHD_SERVICE} stop"
  8. declare SSHD_START="${SSHD_SERVICE} start"
  9.  
946574 - nochance: linux sshd
  1. Protocol 2
  2. SyslogFacility AUTHPRIV
  3. PasswordAuthentication yes
  4. ChallengeResponseAuthentication no
  5. GSSAPIAuthentication yes
  6. GSSAPICleanupCredentials yes
  7. UsePAM yes
  8. X11Forwarding yes
  9.  
worth-right
worth-right
fantasy-obligation