Move files to this submodule
This commit is contained in:
commit
ed8986fc5c
10 changed files with 165 additions and 0 deletions
2
files/etc/apt/apt.conf.d/20auto-upgrades
Normal file
2
files/etc/apt/apt.conf.d/20auto-upgrades
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
APT::Periodic::Update-Package-Lists "1";
|
||||
APT::Periodic::Unattended-Upgrade "1";
|
||||
18
files/etc/ssh/sshd_config
Normal file
18
files/etc/ssh/sshd_config
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
Port 22
|
||||
HostKey /etc/ssh/ssh_host_rsa_key
|
||||
HostKey /etc/ssh/ssh_host_ecdsa_key
|
||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||
SyslogFacility AUTH
|
||||
PermitRootLogin without-password
|
||||
MaxAuthTries 4
|
||||
PubkeyAuthentication yes
|
||||
AuthorizedKeysFile .ssh/authorized_keys
|
||||
IgnoreRhosts yes
|
||||
PasswordAuthentication no
|
||||
ChallengeResponseAuthentication no
|
||||
UsePAM yes
|
||||
X11Forwarding no
|
||||
PrintMotd no
|
||||
AcceptEnv LANG LC_*
|
||||
Subsystem sftp /usr/lib/openssh/sftp-server
|
||||
ClientAliveInterval 120
|
||||
Loading…
Add table
Add a link
Reference in a new issue