소스 검색

Merge pull request #61 from babilen/relax-ssh-defaults

Drop overly biased ssh_config defaults
master
Forrest 8 년 전
부모
커밋
f7c84783f0
1개의 변경된 파일3개의 추가작업 그리고 20개의 파일을 삭제
  1. +3
    -20
      openssh/defaults.yaml

+ 3
- 20
openssh/defaults.yaml 파일 보기

@@ -13,24 +13,7 @@ sshd_config: {}
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…
취소
저장