# This is ssh client configuration file. This file provides # ssh defaults, and the values can be changed on the command line. # Configuration data is parsed as follows: # 1. command line options # 2. user-specific file (this 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 * # BatchMode no # Cipher idea # Compression yes # CompressionLevel 6 # ConnectionAttempts 3 # EscapeChar ~ # FallBackToRsh no # ForwardAgent yes # ForwardX11 yes # GlobalKnownHostsFile /etc/ssh_known_hosts # HostName # IdentityFile ~/.ssh/identity # KeepAlive yes # KerberosAuthentication no # KerberosTgtPassing no # LocalForward port# host:port # PasswordAuthentication yes # Port 22 # ProxyCommand # RemoteForward port# host:port # RhostsAuthentication yes # RhostsRSAAuthentication yes # RSAAuthentication yes # StrictHostKeyChecking no # User # UserKnownHostsFile ~/.ssh/known-hosts # UseRsh no