aboutsummaryrefslogtreecommitdiff
path: root/templates/.ssh/config
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-08-13 23:41:07 -0400
committerBen Burwell <ben@benburwell.com>2019-08-13 23:41:07 -0400
commit5263687a5e19757fa97cd8d22769af5da4bd9f05 (patch)
tree3efe01714587fccdb8cb07a05a7791d46f05f324 /templates/.ssh/config
parent265e7b4bed2de570cd9995aeabf942c88fc98630 (diff)
ssh: adopt
Diffstat (limited to 'templates/.ssh/config')
-rw-r--r--templates/.ssh/config57
1 files changed, 57 insertions, 0 deletions
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