15 lines
304 B
Django/Jinja
15 lines
304 B
Django/Jinja
# This is for sshd in management VRF, for ansible and other not-really-OOB stuff.
|
|
|
|
PidFile none
|
|
UsePAM no
|
|
|
|
# Only allow pubkey auth.
|
|
KbdInteractiveAuthentication no
|
|
PasswordAuthentication no
|
|
PermitRootLogin prohibit-password
|
|
|
|
# Disable what we can.
|
|
AllowTcpForwarding no
|
|
GatewayPorts no
|
|
X11Forwarding no
|