all repos — dotfiles @ ca626894ecd234fe4a759ac8ffbe05becbed1c00

my *nix dotfiles

ssh/config (view raw)

 1Host *
 2	ServerAliveInterval 180
 3	ServerAliveCountMax 3
 4
 5Host github.com
 6	Hostname github.com
 7    TCPKeepAlive yes
 8	IdentityFile ~/.ssh/github-pantone
 9
10Host deepsource
11    Hostname github.com
12    User git
13    IdentityFile ~/.ssh/deepsource-git
14
15Host fern
16    Hostname 152.67.160.174
17    User pi
18    Port 22222
19
20Host jade
21    Hostname 152.67.162.71
22    User ubuntu
23    IdentityFile ~/.ssh/id_rsa
24
25Host pantwo
26    Hostname 100.64.1.3
27    User icy
28    IdentityFile ~/.ssh/id_rsa
29
30Host leaf
31    Hostname 152.67.160.174
32    User ubuntu
33    IdentityFile ~/.ssh/id_rsa