### -*-conf-*- ### ### SSH client configuration defaults. ### ### This file is maintained on ibanez: edit it there and run `update-slaves'. ###-------------------------------------------------------------------------- ### General default settings. ### ### Stuff above or from user configuration overrides this. Host * ## These are a bad idea to use with sites you don't trust. Users can ## override this if they feel brave. ForwardAgent no ForwardX11 no ForwardX11Trusted no ## Take a punt on Kerberos authentication. ##GSSAPIAuthentication yes ##GSSAPIKeyExchange yes ## Send locale and time-zone information. SendEnv LANG LC_* TZ ## Don't make the known_hosts file incomprehensible. HashKnownHosts no ###----- That's all, folks --------------------------------------------------