16 lines
282 B
Plaintext
16 lines
282 B
Plaintext
# pub jail sshd config
|
|
LogLevel INFO
|
|
LoginGraceTime 1m
|
|
PermitRootLogin no
|
|
StrictModes yes
|
|
MaxAuthTries 3
|
|
MaxSessions 2
|
|
PubkeyAuthentication yes
|
|
PasswordAuthentication no
|
|
KbdInteractiveAuthentication no
|
|
AllowAgentForwarding no
|
|
AllowTcpForwarding no
|
|
GatewayPorts no
|
|
X11Forwarding no
|
|
|