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