all repos — dotfiles @ 51f0ddfea1c5fd8afced15c7244e6ce232143d78

my *nix dotfiles

ssh/config (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
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

Host boop
	User icy
	Port 443
	Hostname boop.ph0x.me
	IdentityFile ~/.ssh/id_rsa