mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
# Remove socket for gpg agent forwarding
|
|
StreamLocalBindUnlink yes
|
|
|
|
X11Forwarding yes
|
|
AuthorizedKeysFile .ssh/authorized_keys
|
|
PasswordAuthentication no
|
|
PermitRootLogin no
|
|
ChallengeResponseAuthentication no
|
|
UsePAM yes
|
|
PrintMotd no # pam does that
|
|
Subsystem sftp /usr/lib/ssh/sftp-server
|