##// END OF EJS Templates
docker: added all the initial docker files...
docker: added all the initial docker files compose: added initial setup - fix db password secret, fix SVN as aservice 4.24.0 changes Docker: fixes for 4.24.X deployment Setup: added final fixes Config files cleanups Fix license fix

File last commit:

r1:29323844
r1:29323844
Show More
sshd_config
22 lines | 678 B | text/plain | TextLexer
Port 22
ChallengeResponseAuthentication no
HostKey /etc/rhodecode/conf/ssh/ssh_host_rsa_key
HostKey /etc/rhodecode/conf/ssh/ssh_host_ecdsa_key
HostKey /etc/rhodecode/conf/ssh/ssh_host_ed25519_key
Protocol 2
PermitRootLogin no
PasswordAuthentication no
MaxStartups 100:30:200
AllowUsers rhodecode
PrintMotd no
PubkeyAuthentication yes
AuthorizedKeysFile /etc/rhodecode/conf/ssh/authorized_keys /etc/rhodecode/conf/ssh/authorized_keys_rhodecode
# Fixes: User USERNAME not allowed because account is locked
# With "UsePAM yes" even if account gets locked because of password the key still works
UsePAM yes
# Disabling use DNS in ssh since it tends to slow connecting
UseDNS no