all repos — dotfiles @ 7aea05e57ad97627f5907f1e8e220b61cc467254

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
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
Host *
	ServerAliveInterval 180
	ServerAliveCountMax 3

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

Host fern
    Hostname 152.67.160.174
    User pi
    Port 22222

Host jade
    Hostname 152.67.162.71
    User ubuntu
    IdentityFile ~/.ssh/id_rsa

Host pantwo
    Hostname 100.64.1.3
    User icy
    IdentityFile ~/.ssh/id_rsa

Host leaf
    Hostname 152.67.160.174
    User ubuntu
    IdentityFile ~/.ssh/id_rsa