# copied from /etc/ssh/config and modified by roban # see ssh_config(5) for more information. # Configuration data is parsed as follows: # 1. command line options # 2. user-specific file # 3. system-wide file # Any configuration value is only changed the first time it is set. # Thus, host-specific definitions should be at the beginning of the # configuration file, and defaults at the end. Host * # Turn this off so that bash autocompletion can use the known_hosts file. HashKnownHosts no # forward X11 connections by default ForwardX11 yes