Skip to content

Commit

Permalink
Add Ubuntu_18.yml
Browse files Browse the repository at this point in the history
I copied it from Ubuntu_16.yml
  • Loading branch information
dduong42 committed Aug 15, 2018
1 parent e136965 commit 20488a5
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions vars/Ubuntu_18.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
sshd_service: ssh
sshd_packages:
- openssh-server
- openssh-sftp-server
sshd_config_mode: "0644"
sshd_defaults:
Port: 22
Protocol: 2
HostKey:
- /etc/ssh/ssh_host_rsa_key
- /etc/ssh/ssh_host_dsa_key
- /etc/ssh/ssh_host_ecdsa_key
- /etc/ssh/ssh_host_ed25519_key
UsePrivilegeSeparation: yes
KeyRegenerationInterval: 3600
ServerKeyBits: 1024
SyslogFacility: AUTH
LogLevel: INFO
LoginGraceTime: 120
PermitRootLogin: prohibit-password
StrictModes: yes
RSAAuthentication: yes
PubkeyAuthentication: yes
AuthorizedKeysFile: "%h/.ssh/authorized_keys"
IgnoreRhosts: yes
RhostsRSAAuthentication: no
HostbasedAuthentication: no
PermitEmptyPasswords: no
ChallengeResponseAuthentication: no
X11Forwarding: yes
X11DisplayOffset: 10
PrintMotd: no
PrintLastLog: yes
TCPKeepAlive: yes
AcceptEnv: LANG LC_*
Subsystem: "sftp {{ sshd_sftp_server }}"
UsePAM: yes
UseDNS: no
sshd_os_supported: yes

0 comments on commit 20488a5

Please sign in to comment.