aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-02 16:34:56 +0200
committerPatrick Spek <p.spek@tyil.nl>2019-10-02 16:34:56 +0200
commit06d7914df92c78469b84220aee5e18f2517af1dc (patch)
tree3c65c1d0fac0f0817c54e1801aa1568ab31107de /.ssh/config
parentf2a92fac2f79e8f0e67b2f2bd53ef1117a76d257 (diff)
Include ssh configs
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config28
1 files changed, 28 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
new file mode 100644
index 0000000..e5ddb67
--- /dev/null
+++ b/.ssh/config
@@ -0,0 +1,28 @@
+Host home
+ Hostname home.tyil.nl
+ Port 59413
+ ForwardAgent yes
+
+Host *.zsys.nl
+ User mintlab
+
+Host bttw.mintlab.nl
+ Hostname bttw.mintlab.nl
+ User mintlab
+ IdentityFile ~/.ssh/mintlab
+
+Host bttw
+ Hostname bttw.mintlab.nl
+ User mintlab
+ IdentityFile ~/.ssh/mintlab
+
+Host shell.fuga.mintlab.nl
+ ProxyCommand ssh -q -W %h:%p bttw
+ Hostname 10.20.1.6
+ User ubuntu
+ IdentityFile ~/.ssh/mintlab
+
+Host *.fuga.mintlab.nl
+ ProxyCommand ssh -q -W %h:%p bttw
+ User mintlab
+ IdentityFile ~/.ssh/mintlab