all repos — dotfiles @ 8822980a533c0dd8a51d52a0f7441cd79bfb4853

my *nix dotfiles

Add darwin specific ssh config
Anirudh Oppiliappan x@icyphox.sh
Thu, 28 Jan 2021 17:44:13 +0530
commit

8822980a533c0dd8a51d52a0f7441cd79bfb4853

parent

f031c50d0d5fc0dcfdcc1a357551cbc9f9db7197

1 files changed, 35 insertions(+), 0 deletions(-)

jump to
A darwin/ssh/config

@@ -0,0 +1,35 @@

+Host github.com + Hostname ssh.github.com + Port 443 + TCPKeepAlive yes + IdentityFile ~/.ssh/github + +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.162.71 + 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 * + ServerAliveInterval 180 + ServerAliveCountMax 3 + UseKeychain yes