ssh_config 252 B

1234567891011
  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. # share multiple sessions
  10. ControlMaster auto
  11. ControlPath /tmp/ssh-uml-%r@%h:%p