-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
29 lines (28 loc) · 1.05 KB
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
ServerAliveInterval 15
ServerAliveCountMax 10
UseKeychain yes
AddKeysToAgent yes
ControlPath ~/.ssh/control/cm-%r@%h:%p
ControlMaster auto
#Host bastion
# Hostname ActualHostnameIfDifferentFromHostAbove
# ForwardAgent yes
# ControlPath ~/.ssh/cm-%r@%h:%p
# ControlMaster auto
# ControlPersist 10m
# DynamicForward 9855
# LocalForward *:9000 remotehost.com:3306
#
#Host 172.16.*
# Hostname ActualHostnameIfDifferentFromHostAbove
# ProxyCommand ssh user@bastion -W %h:%p
# User myuser
#
#Host my.secure.server.com
# User myuser
# KexAlgorithms [email protected],diffie-hellman-group-exchange-sha256
# PubkeyAuthentication yes
# HostKeyAlgorithms [email protected],[email protected],ssh-ed25519,ssh-rsa
# MACs [email protected],[email protected],[email protected],[email protected],hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,[email protected]
#