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.
42 lines
759 B
42 lines
759 B
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
|
|
|
|
Host 127.0.0.1
|
|
StrictHostKeyChecking no
|