## SSH CONFIGURATION FILE FORMAT VERSION 1.1 ## REGEX-SYNTAX egrep ## end of metaconfig ## (leave above lines intact!) ## ssh2_config ## SSH 3.2 Client Configuration File ## ## The ".*" is used for all hosts, but you can use other hosts as ## well. See examples at the end of the file. .*: ## General # VerboseMode no # QuietMode no # DontReadStdin no # BatchMode no # Compression no # ForcePTTYAllocation no # GoBackground no # EscapeChar ~ # PasswordPrompt "%U@%H's password: " # PasswordPrompt "%U's password: " # AuthenticationSuccessMsg yes # SetRemoteEnv FOOBAR=baz ## Network # Port 22 # NoDelay no # KeepAlive yes # SocksServer socks://mylogin@socks.ssh.com:1080/203.123.0.0/16,198.74.23.0/24 # UseSocks5 no ## Crypto # Ciphers AnyStdCipher # MACs AnyStdMAC # StrictHostKeyChecking ask # RekeyIntervalSeconds 3600 ## User public key authentication # IdentityFile identification # RandomSeedFile random_seed ## Tunneling # GatewayPorts no # ForwardAgent yes # ForwardX11 yes # TrustX11Applications no # XauthPath # Tunnels that are set up upon login # # LocalForward "110:pop3.company.com:110" # LocalForward "143:imap.company.com:143" # LocalForward "25:smtp.company.com:25" # RemoteForward "3000:localhost:22" ## SSH1 Compatibility # Ssh1InternalEmulation yes # Ssh1Compatibility no # Ssh1AgentCompatibility none # Ssh1AgentCompatibility traditional # Ssh1AgentCompatibility ssh2 # Ssh1Path /usr/local/bin/ssh1 # Ssh1MaskPasswordLength yes ## Authentication ## publickey, keyboard-interactive and password allowed by default ## Least interactive method should be usually attempted first. # AllowedAuthentications publickey,keyboard-interactive,password # AllowedAuthentications hostbased,publickey,keyboard-interactive,password # For ssh-signer2 (only effective if set in the global configuration # file, usually /etc/ssh2/ssh2_config) # DefaultDomain foobar.com # SshSignerPath ssh-signer2 ## Examples of per host configurations #alpha.*: # Host alpha.oof.fi # User username_at_alpha # PasswordPrompt "%U:s password at %H: " # Ciphers aes #foobar: # Host foo.bar # User foo_user