darwin/ssh/config (view raw)
1Host github.com
2 Hostname ssh.github.com
3 Port 443
4 TCPKeepAlive yes
5 IdentityFile ~/.ssh/github-new
6
7Host deepsource
8 Hostname github.com
9 User git
10 IdentityFile ~/.ssh/deepsource-git
11
12Host fern
13 Hostname 152.67.160.174
14 User pi
15 Port 22222
16
17Host jade
18 Hostname 152.67.182.105
19 User ubuntu
20 IdentityFile ~/.ssh/id_rsa
21
22Host pantwo
23 Hostname 100.64.1.3
24 User icy
25 IdentityFile ~/.ssh/id_rsa
26
27Host leaf
28 Hostname 152.67.160.174
29 User ubuntu
30 IdentityFile ~/.ssh/id_rsa
31
32Host lime
33 Hostname 152.67.177.194
34 User opc
35
36Host *
37 ServerAliveInterval 180
38 ServerAliveCountMax 3
39 UseKeychain yes
40
41# Google Compute Engine Section
42#
43# The following has been auto-generated by "gcloud compute config-ssh"
44# to make accessing your Google Compute Engine virtual machines easier.
45#
46# To remove this blob, run:
47#
48# gcloud compute config-ssh --remove
49#
50# You can also manually remove this blob by deleting everything from
51# here until the comment that contains the string "End of Google Compute
52# Engine Section".
53#
54# You should not hand-edit this section, unless you are deleting it.
55#
56Host rainmaker.asia-south1-c.deepsource-production
57 HostName 35.200.252.172
58 IdentityFile /Users/icy/.ssh/google_compute_engine
59 UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts
60 HostKeyAlias=compute.5954000129691123210
61 IdentitiesOnly=yes
62 CheckHostIP=no
63
64Host enterprise.us-central1-a.deepsource-dev
65 HostName 34.133.47.102
66 IdentityFile /Users/icy/.ssh/google_compute_engine
67 UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts
68 HostKeyAlias=compute.8990686955516053281
69 IdentitiesOnly=yes
70 CheckHostIP=no
71
72Host github-enterprise.us-central1-a.deepsource-dev
73 HostName 34.68.126.151
74 IdentityFile /Users/icy/.ssh/google_compute_engine
75 UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts
76 HostKeyAlias=compute.4321125097424335631
77 IdentitiesOnly=yes
78 CheckHostIP=no
79
80Host openvpn.us-central1-a.deepsource-dev
81 HostName 35.232.236.7
82 IdentityFile /Users/icy/.ssh/google_compute_engine
83 UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts
84 HostKeyAlias=compute.6341485822375164417
85 IdentitiesOnly=yes
86 CheckHostIP=no
87
88Host tailscale.asia-south1-c.deepsource-dev
89 HostName 35.244.13.133
90 IdentityFile /Users/icy/.ssh/google_compute_engine
91 UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts
92 HostKeyAlias=compute.4702344397461811265
93 IdentitiesOnly=yes
94 CheckHostIP=no
95
96# End of Google Compute Engine Section