]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/ssh_config
proposal: Add a compat alg for ChaCha20Poly1305 with explicit key length
[thirdparty/strongswan.git] / testing / ssh_config
1 Host *
2 LogLevel QUIET
3 # debian default
4 SendEnv LANG LC_*
5 SendEnv LEAK_DETECTIVE_LOG
6 StrictHostKeyChecking no
7 UserKnownHostsFile /dev/null
8 GSSAPIAuthentication yes
9 # faster encryption
10 Ciphers arcfour
11 # share multiple sessions
12 ControlMaster auto
13 ControlPath /tmp/ssh-uml-%r@%h:%p