mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
Host *
|
|
LogLevel QUIET
|
|
# debian default
|
|
SendEnv LANG LC_*
|
|
SendEnv LEAK_DETECTIVE_LOG
|
|
StrictHostKeyChecking no
|
|
UserKnownHostsFile /dev/null
|
|
GSSAPIAuthentication yes
|
|
# share multiple sessions
|
|
ControlMaster auto
|
|
ControlPath /tmp/ssh-uml-%r@%h:%p
|