ssh/config (view raw)
1Host *
2 ServerAliveInterval 180
3 ServerAliveCountMax 3
4
5Host github.com
6 Hostname ssh.github.com
7 Port 443
8 TCPKeepAlive yes
9 IdentityFile ~/.ssh/github
10
11Host fern
12 Hostname 192.168.0.100
13 User pi
14
15Host fern-remote
16 Hostname 152.67.160.69
17 User pi
18 Port 22222
19
20Host cometchat-dev
21 Hostname stats.cometchat-dev.com
22 User ubuntu
23 IdentityFile ~/.ssh/cometchat
24
25Host openfire-dev
26 Hostname ec2-3-129-59-18.us-east-2.compute.amazonaws.com
27 User ubuntu
28 IdentityFile ~/.ssh/cometchat-aws.pem
29
30Host jade
31 Hostname 152.67.160.69
32 User ubuntu
33 IdentityFile ~/.ssh/id_rsa
34
35Host settings-us
36 Hostname ec2-18-224-18-191.us-east-2.compute.amazonaws.com
37 User ubuntu
38 IdentityFile ~/.ssh/cometchat
39
40Host settings-eu
41 Hostname ssh.breakout-settings-tml-eu.cometchat.io
42 User ubuntu
43 IdentityFile ~/.ssh/cometchat
44
45Host ws-benchmark
46 Hostname ec2-18-217-39-235.us-east-2.compute.amazonaws.com
47 User ubuntu
48 IdentityFile ~/.ssh/cometchat-aws.pem
49
50Host pantwo
51 Hostname 100.64.1.3
52 User icy
53 IdentityFile ~/.ssh/id_rsa
54