all repos — dotfiles @ e6b47901c8951baaad7ab9612f20e50ad61b8645

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
Host *
	ServerAliveInterval 180
	ServerAliveCountMax 3

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

Host emerald
	Hostname 139.59.93.193
	User nerdypepper
	IdentityFile ~/.ssh/id_rsa
	Port 443

Host fern
	Hostname 192.168.0.110
	User pi