]> git.ipfire.org Git - thirdparty/strongswan.git/blame - testing/ssh_config
android: Use activity when reconnecting without (or a possibly wrong) password
[thirdparty/strongswan.git] / testing / ssh_config
CommitLineData
7ec11936 1Host *
82088028 2 LogLevel QUIET
7ec11936
TB
3 # debian default
4 SendEnv LANG LC_*
d8b2980a 5 SendEnv LEAK_DETECTIVE_LOG
18bce26e
TB
6 StrictHostKeyChecking no
7 UserKnownHostsFile /dev/null
7ec11936
TB
8 GSSAPIAuthentication yes
9 # faster encryption
10 Ciphers arcfour
11 # share multiple sessions
12 ControlMaster auto
13 ControlPath /tmp/ssh-uml-%r@%h:%p