mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
13 lines
274 B
Plaintext
13 lines
274 B
Plaintext
Host *
|
|
# debian default
|
|
SendEnv LANG LC_*
|
|
SendEnv LEAK_DETECTIVE_LOG
|
|
StrictHostKeyChecking no
|
|
UserKnownHostsFile /dev/null
|
|
GSSAPIAuthentication yes
|
|
# faster encryption
|
|
Ciphers arcfour
|
|
# share multiple sessions
|
|
ControlMaster auto
|
|
ControlPath /tmp/ssh-uml-%r@%h:%p
|