all repos — dotfiles @ 0c3406b02484185da20f06e56f5fdac7a0f9ca42

my *nix dotfiles

ssh/config (view raw)

 1Host *
 2	ServerAliveInterval 20
 3	ServerAliveCountMax 2
 4
 5Host github.com
 6	Hostname ssh.github.com
 7	Port 443
 8	IdentityFile ~/.ssh/github
 9
10Host webarch
11	Hostname 13.127.51.16
12	User ubuntu
13	IdentityFile ~/.ssh/webarch-aws.pem
14
15Host boop
16	User icy
17	Port 443
18	Hostname boop.ph0x.me
19	IdentityFile ~/.ssh/id_rsa
20
21Host milan
22	Hostname 35.154.128.132
23	User ubuntu
24	IdentityFile ~/.ssh/id_rsa
25
26Host parth
27	Hostname 139.59.23.170
28    User root
29	IdentityFile ~/.ssh/webarchdo
30