]> andersk Git - gssapi-openssh.git/commitdiff
o Add PidFile directive to sshd_config file.
authorcphillip <cphillip>
Tue, 14 May 2002 19:55:05 +0000 (19:55 +0000)
committercphillip <cphillip>
Tue, 14 May 2002 19:55:05 +0000 (19:55 +0000)
openssh/sshd_config

index 3eb19875ad693a1aa1635ed3bfaddbc79dfedd79..15ec8e121a24632acfa4c2e20a7be2c89cdc37d2 100644 (file)
@@ -90,3 +90,7 @@
 
 # override default of no subsystems
 Subsystem      sftp    /usr/libexec/sftp-server
+
+# where to store the pid of sshd process
+# should be $localstatedir/sshd.pid => $globus_location/var/sshd.pid
+PidFile                /var/run/sshd.pid
This page took 0.052956 seconds and 5 git commands to generate.