From 5263687a5e19757fa97cd8d22769af5da4bd9f05 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 13 Aug 2019 23:41:07 -0400 Subject: ssh: adopt --- templates/.ssh/config | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 templates/.ssh/config (limited to 'templates/.ssh/config') diff --git a/templates/.ssh/config b/templates/.ssh/config new file mode 100644 index 0000000..53ef45a --- /dev/null +++ b/templates/.ssh/config @@ -0,0 +1,57 @@ +Host virtyx + Hostname {{ pass "ssh/virtyx/hostname" }} + User ben + ForwardAgent yes + +Host virtyx-old + Hostname {{ pass "ssh/virtyx-old/hostname" }} + User ben + ForwardAgent yes + +Host burwell.io + User bb + Port 2223 + ForwardAgent yes + +Host apollo + Hostname apollo.intra.burwell.io + User bb + ForwardAgent yes + +Host helios + Hostname helios.intra.burwell.io + User bb + ProxyCommand ssh apollo -W %h:%p + +Host jenkins.virtyx.com + Hostname {{ pass "ssh/jenkins.virtyx.com/hostname" }} + User ubuntu + ProxyCommand ssh virtyx-old -W %h:%p + +Host maven.virtyx.com + Hostname {{ pass "ssh/maven.virtyx.com/hostname" }} + User ubuntu + ProxyCommand ssh virtyx-old -W %h:%p + +Host nginx1.virtyx.com + Hostname {{ pass "ssh/nginx1.virtyx.com/hostname" }} + User ubuntu + ProxyCommand ssh virtyx-old -W %h:%p + +Host sdf.org + User benburwell + +Host tty.sdf.org + User benburwell + +Host platezero + Hostname {{ pass "ssh/platezero/hostname" }} + User ubuntu + ForwardAgent yes + +Host similar.beer + User BenB + +Host * + UseKeychain yes + Compression yes -- cgit v1.2.3