mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2024-11-28 03:28:09 +01:00
Drop overly opinionated ssh_config defaults
This set of options reflect the ssh_config options that are set by default on Debian. The way this was set before has the potential to break exisisting setups that rely on "normal" defaults, rather than the rather opinionated ones that are now being shipped with this formula.
This commit is contained in:
parent
d5db2a6e89
commit
49923a6371
@ -11,24 +11,7 @@ openssh:
|
||||
ssh_config:
|
||||
Hosts:
|
||||
'*':
|
||||
ForwardAgent: no
|
||||
ForwardX11: no
|
||||
RhostsRSAAuthentication: no
|
||||
RSAAuthentication: yes
|
||||
PasswordAuthentication: yes
|
||||
HostbasedAuthentication: no
|
||||
GSSAPIAuthentication: no
|
||||
SendEnv: LANG LC_*
|
||||
HashKnownHosts: yes
|
||||
GSSAPIAuthentication: yes
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user