Merge pull request #61 from babilen/relax-ssh-defaults
Drop overly biased ssh_config defaults
This commit is contained in:
commit
f7c84783f0
@ -13,24 +13,7 @@ sshd_config: {}
|
|||||||
ssh_config:
|
ssh_config:
|
||||||
Hosts:
|
Hosts:
|
||||||
'*':
|
'*':
|
||||||
ForwardAgent: no
|
SendEnv: LANG LC_*
|
||||||
ForwardX11: no
|
HashKnownHosts: yes
|
||||||
RhostsRSAAuthentication: no
|
GSSAPIAuthentication: yes
|
||||||
RSAAuthentication: yes
|
|
||||||
PasswordAuthentication: yes
|
|
||||||
HostbasedAuthentication: no
|
|
||||||
GSSAPIAuthentication: no
|
|
||||||
GSSAPIDelegateCredentials: 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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user