15 lines
304 B
Plaintext
15 lines
304 B
Plaintext
|
# 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
|