12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- Include /etc/ssh/ssh_config.d/*.conf
- Host *
- Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
- SendEnv LANG LC_*
- HashKnownHosts yes
- GSSAPIAuthentication yes
- PubkeyAuthentication yes
- KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group14-sha1
- HostkeyAlgorithms +ssh-rsa
- PubkeyAcceptedAlgorithms +ssh-rsa
|