You've already forked ansible-role-common
Initial Commit
This commit is contained in:
14
templates/sshd_config.j2
Normal file
14
templates/sshd_config.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
Protocol 2
|
||||
SyslogFacility AUTHPRIV
|
||||
PasswordAuthentication yes
|
||||
ChallengeResponseAuthentication no
|
||||
GSSAPIAuthentication yes
|
||||
GSSAPICleanupCredentials yes
|
||||
UsePAM yes
|
||||
UseDNS no
|
||||
AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
|
||||
AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
|
||||
AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE
|
||||
AcceptEnv XMODIFIERS
|
||||
X11Forwarding yes
|
||||
Subsystem sftp /usr/libexec/openssh/sftp-server
|
||||
Reference in New Issue
Block a user