all repos — dotfiles @ 9f75d2d58fd38724d41485cf8f17fb6a84fac143

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 gitlab.com
11	Hostname altssh.gitlab.com
12	User icyphox
13	Port 443
14	PreferredAuthentications publickey
15	IdentityFile ~/.ssh/gitlab
16
17Host webarch
18	Hostname 13.127.51.16
19	User ubuntu
20	IdentityFile ~/.ssh/webarch-aws.pem
21
22Host boop
23	User icy
24	Port 443
25	Hostname boop.ph0x.me
26	IdentityFile ~/.ssh/id_rsa
27
28Host milan
29	Hostname 35.154.128.132
30	User ubuntu
31	IdentityFile ~/.ssh/id_rsa