Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
commit
b5b33afcd7
199 changed files with 36930 additions and 0 deletions
10
root/etc/ssh/sshd_config
Normal file
10
root/etc/ssh/sshd_config
Normal file
|
@ -0,0 +1,10 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue