You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
1.2 KiB

##
## 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