all repos — dotfiles @ 21fa761903eaf1b6046b2afadefff52cc14e0886

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
 30
 31
Host *
	ServerAliveInterval 20
	ServerAliveCountMax 2

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

Host gitlab.com
	Hostname altssh.gitlab.com
	User icyphox
	Port 443
	PreferredAuthentications publickey
	IdentityFile ~/.ssh/gitlab

Host webarch
	Hostname 13.127.51.16
	User ubuntu
	IdentityFile ~/.ssh/webarch-aws.pem

Host boop
	User icy
	Port 443
	Hostname boop.ph0x.me
	IdentityFile ~/.ssh/id_rsa

Host milan
	Hostname 35.154.128.132
	User ubuntu
	IdentityFile ~/.ssh/id_rsa