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 webarch
11 Hostname 13.127.51.16
12 User ubuntu
13 IdentityFile ~/.ssh/webarch-aws.pem
14
15Host boop
16 User icy
17 Port 443
18 Hostname boop.ph0x.me
19 IdentityFile ~/.ssh/id_rsa
20
21Host milan
22 Hostname 35.154.128.132
23 User ubuntu
24 IdentityFile ~/.ssh/id_rsa
25
26Host parth
27 Hostname 139.59.23.170
28 User root
29 IdentityFile ~/.ssh/webarchdo
30
31Host general.wisopt
32 Hostname general.wisopt.com
33 User ubuntu
34 IdentityFile ~/.ssh/Monkwish.pem
35
36Host jenkins.wisopt
37 Hostname jenkins.wisopt.com
38 User ubuntu
39 IdentityFile ~/.ssh/Monkwish.pem