all repos — dotfiles @ 7444f50cb333e7df3c9882744aef42c40d35ea9f

my *nix dotfiles

ssh/.ssh/config (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
Host *
	ServerAliveInterval 20
	ServerAliveCountMax 2

Host github.com
	Hostname ssh.github.com
	Port 443
	IdentityFile ~/.ssh/github

Host webarchsrm.com
	User ubuntu
	IdentityFile ~/.ssh/webarch-aws.pem