##// END OF EJS Templates
sshd-config: fix the pid file path to one that is created during build
super-admin -
Show More
@@ -18,7 +18,7 b' PubkeyAuthentication yes'
18 AuthorizedKeysFile /etc/rhodecode/conf/ssh/authorized_keys /etc/rhodecode/conf/ssh/authorized_keys_rhodecode
18 AuthorizedKeysFile /etc/rhodecode/conf/ssh/authorized_keys /etc/rhodecode/conf/ssh/authorized_keys_rhodecode
19
19
20 ## Provide a path to store PID file which is accessible by normal user for write purpose
20 ## Provide a path to store PID file which is accessible by normal user for write purpose
21 PidFile /opt/ssh/sshd.pid
21 PidFile /run/sshd/sshd.pid
22
22
23 # Fixes: User USERNAME not allowed because account is locked
23 # Fixes: User USERNAME not allowed because account is locked
24 # With "UsePAM yes" even if account gets locked because of password the key still works
24 # With "UsePAM yes" even if account gets locked because of password the key still works
General Comments 0
You need to be logged in to leave comments. Login now