From 1ed66601ca9c3ae3a23dd356edd6cf6e434a8c24 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 19 Feb 2022 09:57:29 -0500 Subject: [PATCH] [ssh] Got a new mac up and running --- ssh/.ssh/config | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index d87044c..a2dedef 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -12,7 +12,7 @@ Host * Host code.unbl.ink Port 222 User git - IdentityFile ~/.ssh/1904_powellc + IdentityFile ~/.ssh/2022_git PreferredAuthentications publickey PasswordAuthentication no IdentitiesOnly yes @@ -72,6 +72,8 @@ Host siarnaq.local User powellc Host skathi.local User powellc +Host tarvos.local + User powellc Host telesto.local User root @@ -87,16 +89,12 @@ Host penobscotbaypress.com Host mopidy.local User powellc -# Git uses it's own port -Host code.local - Port 222 -# ## Jail hosts all need a jump Host *.local 192.168.1.* User root IdentityFile ~/.ssh/jails Hostname %h - ProxyJump bastion.unbl.ink + #ProxyJump bastion.unbl.ink Host *.cloud51 HostName %h