## ## ssh_config -- OpenSSH Client Configuration ## Host localhost Compression no ForwardX11 yes # Global Default Settings # (keep this host section last here, because the # rule is "first matching host section is used") Host * BatchMode no CheckHostIP yes HostKeyAlgorithms +ssh-dss PreferredAuthentications hostbased,publickey,keyboard-interactive,password Compression yes ConnectionAttempts 2 PubkeyAuthentication yes ChallengeResponseAuthentication yes PasswordAuthentication yes NumberOfPasswordPrompts 2 NoHostAuthenticationForLocalhost yes HostbasedAuthentication no StrictHostKeyChecking no UsePrivilegedPort no EscapeChar ~ ForwardAgent yes ForwardX11 no ForwardX11Trusted no GatewayPorts no LogLevel INFO