blob: efc0c522e45fe1bf2c6c4c0be718214ea9e4619d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Port 22
HostKey /hostkeys/etc/ssh/ssh_host_rsa_key
HostKey /hostkeys/etc/ssh/ssh_host_ecdsa_key
HostKey /hostkeys/etc/ssh/ssh_host_ed25519_key
# The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
# but this is overridden so installations will only check .ssh/authorized_keys
AuthorizedKeysFile .ssh/authorized_keys
UsePAM yes
PermitRootLogin no
PasswordAuthentication no
KbdInteractiveAuthentication no
AllowAgentForwarding no
AllowTcpForwarding no
GatewayPorts no
X11Forwarding no
PermitTTY no
PrintLastLog no
PermitUserEnvironment no
PermitTunnel no
|