X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.ssh%2Fconfig;h=aeebea096a61b2ae68e3857e1bcef589048b0a7b;hp=c2b295d6bfe176b65bf4654af6ae7b9c0c9c241b;hb=e1af3e11ad537b134a94f3b5d6f017f91611cc3b;hpb=6efd0a775ad94b8f5d412d7fa357236bd74bdf43 diff --git a/.ssh/config b/.ssh/config index c2b295d..aeebea0 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,3 +1,4 @@ +ControlMaster auto ControlPath ~/tmp/%h_%p_%r Host frogsleap.com User frogsleap @@ -5,6 +6,9 @@ Host frogsleap.com Host *.debian.org IdentityFile ~/.ssh/identity_debian UserKnownHostsFile ~/.ssh/known_hosts_debian +Host charlie +Host delta +Host *.prometheuslabor.com Host *.sndservers.com IdentityFile ~/.ssh/identity_sndservers UserKnownHostsFile ~/.ssh/known_hosts_sndservers @@ -98,3 +102,6 @@ Host *.ccin.com Host *.excelwholesale.com User don IdentityFile ~/.ssh/identity_excelwholesale +Host debbugs.gnu.org + User don + IdentityFile ~/.ssh/identity_debbugs_gnu