all repos — dotfiles @ b447bf0a16422041339811b242a24905336e1e3a

my *nix dotfiles

darwin/ssh/config (view raw)

 1Host github.com
 2        Hostname github.com
 3        Port 22
 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.182.105
14    User pi
15    Port 2222
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 lapis
28    Hostname 150.230.131.193
29    User icy
30    IdentityFile ~/.ssh/id_rsa
31
32Host *
33        ServerAliveInterval 180
34        ServerAliveCountMax 3
35        UseKeychain yes
36
37# Google Compute Engine Section
38#
39# The following has been auto-generated by "gcloud compute config-ssh"
40# to make accessing your Google Compute Engine virtual machines easier.
41#
42# To remove this blob, run:
43#
44#   gcloud compute config-ssh --remove
45#
46# You can also manually remove this blob by deleting everything from
47# here until the comment that contains the string "End of Google Compute
48# Engine Section".
49#
50# You should not hand-edit this section, unless you are deleting it.
51#
52Host enterprise.us-central1-a.deepsource-dev
53    HostName 34.133.47.102
54    IdentityFile /Users/icy/.ssh/google_compute_engine
55    UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts
56    HostKeyAlias=compute.8990686955516053281
57    IdentitiesOnly=yes
58    CheckHostIP=no
59
60Host github-enterprise.us-central1-a.deepsource-dev
61    HostName 34.68.126.151
62    IdentityFile /Users/icy/.ssh/google_compute_engine
63    UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts
64    HostKeyAlias=compute.4321125097424335631
65    IdentitiesOnly=yes
66    CheckHostIP=no
67
68Host openvpn.us-central1-a.deepsource-dev
69    HostName 35.232.236.7
70    IdentityFile /Users/icy/.ssh/google_compute_engine
71    UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts
72    HostKeyAlias=compute.6341485822375164417
73    IdentitiesOnly=yes
74    CheckHostIP=no
75
76Host tailscale.asia-south1-c.deepsource-dev
77    HostName 35.244.13.133
78    IdentityFile /Users/icy/.ssh/google_compute_engine
79    UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts
80    HostKeyAlias=compute.4702344397461811265
81    IdentitiesOnly=yes
82    CheckHostIP=no
83
84Host rainmaker.asia-south1-c.deepsource-production
85    HostName 35.200.252.172
86    IdentityFile /Users/icy/.ssh/google_compute_engine
87    UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts
88    HostKeyAlias=compute.5954000129691123210
89    IdentitiesOnly=yes
90    CheckHostIP=no
91
92# End of Google Compute Engine Section