44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
|
# Default SSH client configuration
|
||
|
# {{ ansible_managed }}
|
||
|
|
||
|
Host *
|
||
|
# ForwardAgent no
|
||
|
# ForwardX11 no
|
||
|
# ForwardX11Trusted yes
|
||
|
# RhostsRSAAuthentication no
|
||
|
# RSAAuthentication yes
|
||
|
# PasswordAuthentication yes
|
||
|
# EnableSSHKeysign yes
|
||
|
# HostbasedAuthentication yes
|
||
|
# GSSAPIAuthentication no
|
||
|
# GSSAPIDelegateCredentials no
|
||
|
# GSSAPIKeyExchange no
|
||
|
# GSSAPITrustDNS no
|
||
|
# BatchMode no
|
||
|
# CheckHostIP yes
|
||
|
# AddressFamily any
|
||
|
# ConnectTimeout 0
|
||
|
# StrictHostKeyChecking ask
|
||
|
# IdentityFile ~/.ssh/identity
|
||
|
# IdentityFile ~/.ssh/id_rsa
|
||
|
# IdentityFile ~/.ssh/id_dsa
|
||
|
# Port 22
|
||
|
# Protocol 2,1
|
||
|
# Cipher 3des
|
||
|
# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
|
||
|
# MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
|
||
|
# EscapeChar ~
|
||
|
# Tunnel no
|
||
|
# TunnelDevice any:any
|
||
|
# PermitLocalCommand no
|
||
|
# VisualHostKey no
|
||
|
# ProxyCommand ssh -q -W %h:%p gateway.example.com
|
||
|
# PreferredAuthentications hostbased,pubkey
|
||
|
SendEnv LANG LC_*
|
||
|
HashKnownHosts yes
|
||
|
GSSAPIAuthentication yes
|
||
|
GSSAPIDelegateCredentials no
|
||
|
PubkeyAuthentication yes
|
||
|
HostbasedAuthentication yes
|
||
|
EnableSSHKeysign yes
|