Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 710 Bytes

ssh.org

File metadata and controls

33 lines (27 loc) · 710 Bytes

Config for ssh

# Default github account: skls
Host github.com
   HostName github.com
   IdentityFile ~/.ssh/id_ed25519
   IdentitiesOnly yes
 
# Deepsee Account 
Host github-deepsee
   HostName github.com
   IdentityFile ~/.ssh/deepsee
   IdentitiesOnly yes

# TM Account
Host git.tmaws.io
   Hostname git.tmaws.io
   IdentityFile ~/.ssh/id_ed25519
   IdentitiesOnly yes

Host BastionProd
     Hostname 52.43.154.167
     User ubuntu
     IdentityFile ~/.ssh/opi.pem

Host BastionStaging
     Hostname 54.214.99.138
     User ubuntu
     IdentityFile ~/.ssh/opi.pem