2015-06-02 22:52:59 +02:00
|
|
|
openssh:
|
|
|
|
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-01-14 03:57:45 +01:00
|
|
|
ssh_config:
|
|
|
|
Hosts:
|
|
|
|
'*':
|
|
|
|
ForwardAgent: no
|
|
|
|
ForwardX11: no
|
|
|
|
RhostsRSAAuthentication: no
|
|
|
|
RSAAuthentication: yes
|
|
|
|
PasswordAuthentication: yes
|
|
|
|
HostbasedAuthentication: no
|
|
|
|
GSSAPIAuthentication: no
|
|
|
|
GSSAPIDelegateCredentials: no
|
|
|
|
BatchMode: no
|
|
|
|
CheckHostIP: yes
|
|
|
|
AddressFamily: any
|
|
|
|
ConnectTimeout: 0
|
|
|
|
StrictHostKeyChecking: ask
|
|
|
|
IdentityFile: "~/.ssh/id_rsa"
|
|
|
|
Port: 22
|
|
|
|
Protocol: 2
|
|
|
|
Cipher: 3des
|
|
|
|
Tunnel: no
|
|
|
|
TunnelDevice: "any:any"
|
|
|
|
PermitLocalCommand: no
|
|
|
|
VisualHostKey: no
|