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 17:21:16 +02: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 17:46:10 +02:00
|
|
|
root_group: root
|
|
|
|
sshd_config: {}
|
2016-01-14 03:57:45 +01:00
|
|
|
ssh_config:
|
|
|
|
Hosts:
|
|
|
|
'*':
|
2016-05-04 09:47:48 +02:00
|
|
|
SendEnv: LANG LC_*
|
|
|
|
HashKnownHosts: yes
|
|
|
|
GSSAPIAuthentication: yes
|
2016-01-14 03:57:45 +01:00
|
|
|
GSSAPIDelegateCredentials: no
|