Host github.com
        Hostname github.com
        Port 22
        TCPKeepAlive yes
        IdentityFile ~/.ssh/github-new

Host deepsource
    Hostname github.com
    User git
    IdentityFile ~/.ssh/deepsource-git

Host fern
    Hostname 152.67.160.174
    User pi
    Port 22222

Host jade
    Hostname 152.67.182.105
    User ubuntu
    IdentityFile ~/.ssh/id_rsa

Host pantwo
    Hostname 100.64.1.3
    User icy
    IdentityFile ~/.ssh/id_rsa

Host leaf
    Hostname 152.67.160.174
    User ubuntu
    IdentityFile ~/.ssh/id_rsa

Host lime
    Hostname 152.67.177.194
    User opc

Host *
        ServerAliveInterval 180
        ServerAliveCountMax 3
        UseKeychain yes

# Google Compute Engine Section
#
# The following has been auto-generated by "gcloud compute config-ssh"
# to make accessing your Google Compute Engine virtual machines easier.
#
# To remove this blob, run:
#
#   gcloud compute config-ssh --remove
#
# You can also manually remove this blob by deleting everything from
# here until the comment that contains the string "End of Google Compute
# Engine Section".
#
# You should not hand-edit this section, unless you are deleting it.
#
Host rainmaker.asia-south1-c.deepsource-production
    HostName 35.200.252.172
    IdentityFile /Users/icy/.ssh/google_compute_engine
    UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts
    HostKeyAlias=compute.5954000129691123210
    IdentitiesOnly=yes
    CheckHostIP=no

Host enterprise.us-central1-a.deepsource-dev
    HostName 34.133.47.102
    IdentityFile /Users/icy/.ssh/google_compute_engine
    UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts
    HostKeyAlias=compute.8990686955516053281
    IdentitiesOnly=yes
    CheckHostIP=no

Host github-enterprise.us-central1-a.deepsource-dev
    HostName 34.68.126.151
    IdentityFile /Users/icy/.ssh/google_compute_engine
    UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts
    HostKeyAlias=compute.4321125097424335631
    IdentitiesOnly=yes
    CheckHostIP=no

Host openvpn.us-central1-a.deepsource-dev
    HostName 35.232.236.7
    IdentityFile /Users/icy/.ssh/google_compute_engine
    UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts
    HostKeyAlias=compute.6341485822375164417
    IdentitiesOnly=yes
    CheckHostIP=no

Host tailscale.asia-south1-c.deepsource-dev
    HostName 35.244.13.133
    IdentityFile /Users/icy/.ssh/google_compute_engine
    UserKnownHostsFile=/Users/icy/.ssh/google_compute_known_hosts
    HostKeyAlias=compute.4702344397461811265
    IdentitiesOnly=yes
    CheckHostIP=no

# End of Google Compute Engine Section