blob: 0060c3322bb0a056f796f6b6f02f75e88f6cc251 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Include /etc/ssh/sshd_config.d/*.conf
Port 46668
LoginGraceTime 2m
AllowAgentForwarding yes
X11Forwarding yes
PermitRootLogin prohibit-password
AuthorizedKeysFile .ssh/authorized_keys
PasswordAuthentication no
UsePAM yes
PrintMotd no
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/ssh/sftp-server
AllowUsers opalvaults ansible bandali zaeph sachac dragestil cairn
|