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.
39 lines
716 B
39 lines
716 B
10 years ago
|
TCPKeepALive yes
|
||
|
ServerAliveInterval 60
|
||
|
ControlMaster auto
|
||
|
ControlPath /tmp/%r@%h:%p
|
||
|
ControlPersist yes
|
||
|
|
||
|
Host *
|
||
|
IdentityFile ~/.ssh/id_rsa
|
||
|
|
||
|
# For vagrant virtual machines
|
||
|
# Host 192.168.33.*
|
||
|
# ForwardAgent yes
|
||
|
# IdentityFile ~/.vagrant.d/insecure_private_key
|
||
|
# StrictHostKeyChecking no
|
||
|
# UserKnownHostsFile=/dev/null
|
||
|
# User root
|
||
|
# LogLevel ERROR
|
||
|
|
||
|
Host *.intsm.net
|
||
|
IdentityFile ~/.ssh/sm_rsa
|
||
|
ForwardAgent yes
|
||
|
StrictHostKeyChecking no
|
||
|
# UserKnownHostsFile=/dev/null
|
||
|
|
||
|
Host *.github.com
|
||
|
IdentityFile ~/.ssh/github_rsa
|
||
|
|
||
|
Host *.prgmr.com
|
||
|
IdentityFile ~/.ssh/prgmr_rsa
|
||
|
|
||
|
Host kejadlen.net
|
||
|
IdentityFile ~/.ssh/prgmr_rsa
|
||
|
|
||
|
Host home.kejadlen.net
|
||
|
# User alpha
|
||
|
|
||
|
Host chime.prgmr.com
|
||
|
User kejadlen
|