2015-06-02 22:52:59 +02:00
|
|
|
openssh:
|
2015-12-27 18:17:01 +01:00
|
|
|
sshd_enable: True
|
2015-06-02 22:52:59 +02:00
|
|
|
sshd_config: /etc/ssh/sshd_config
|
|
|
|
sshd_config_src: salt://openssh/files/sshd_config
|
2015-10-01 15:21:16 +00:00
|
|
|
ssh_config: /etc/ssh/ssh_config
|
|
|
|
ssh_config_src: salt://openssh/files/ssh_config
|
2015-06-02 22:52:59 +02:00
|
|
|
banner: /etc/ssh/banner
|
|
|
|
banner_src: salt://openssh/files/banner
|
|
|
|
ssh_known_hosts: /etc/ssh/ssh_known_hosts
|
|
|
|
dig_pkg: dnsutils
|
2015-07-01 22:42:48 +02:00
|
|
|
ssh_moduli: /etc/ssh/moduli
|
2016-04-18 15:46:10 +00:00
|
|
|
root_group: root
|
2017-02-19 14:45:12 +01:00
|
|
|
KexAlgorithms:
|
|
|
|
- 'curve25519-sha256@libssh.org'
|
|
|
|
- 'diffie-hellman-group-exchange-sha256'
|
|
|
|
Ciphers:
|
|
|
|
- 'chacha20-poly1305@openssh.com'
|
|
|
|
- 'aes256-gcm@openssh.com'
|
|
|
|
- 'aes128-gcm@openssh.com'
|
|
|
|
- 'aes256-ctr'
|
|
|
|
- 'aes192-ctr'
|
|
|
|
- 'aes128-ctr'
|
|
|
|
MACs:
|
|
|
|
- 'hmac-sha2-512-etm@openssh.com'
|
|
|
|
- 'hmac-sha2-256-etm@openssh.com'
|
|
|
|
- 'hmac-ripemd160-etm@openssh.com'
|
|
|
|
- 'umac-128-etm@openssh.com'
|
|
|
|
- 'hmac-sha2-512'
|
|
|
|
- 'hmac-sha2-256'
|
|
|
|
- 'hmac-ripemd160'
|
|
|
|
- 'umac-128@openssh.com'
|
|
|
|
|
2016-04-18 15:46:10 +00:00
|
|
|
sshd_config: {}
|
2016-01-14 02:57:45 +00:00
|
|
|
ssh_config:
|
|
|
|
Hosts:
|
|
|
|
'*':
|
2016-05-04 09:47:48 +02:00
|
|
|
SendEnv: LANG LC_*
|
|
|
|
HashKnownHosts: yes
|
|
|
|
GSSAPIAuthentication: yes
|
2016-01-14 02:57:45 +00:00
|
|
|
GSSAPIDelegateCredentials: no
|