From 5d799c9655656b25f865f22dbfc28127a4056f17 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sat, 24 Jun 2017 13:35:44 +0200 Subject: [PATCH] add ssh config --- misc/.ssh/config | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 misc/.ssh/config diff --git a/misc/.ssh/config b/misc/.ssh/config new file mode 100644 index 0000000..12a6e6e --- /dev/null +++ b/misc/.ssh/config @@ -0,0 +1,44 @@ +Compression yes +ServerAliveInterval 120 +ControlMaster auto +ControlPath ~/.ssh/socket-%r@%h:%p + +Host oxygen + HostName oxygen.obfusk.ch + +Host nyamsas + hostname nyamsas.quezacotl.nl + port 1337 + +Host phassa + hostname karpenoktem.nl + port 33933 + + +Host lilo4 + HostName lilo4.science.ru.nl + User yvpelt +Host lilo5 + HostName lilo5.science.ru.nl + User yvpelt +Host lilo + HostName lilo.science.ru.nl + User yvpelt + +Host c2n_fr + HostName collect2net.osso.nl + User alectryon + ProxyCommand ssh yorick@frumar.yori.cc -W %h:%p + +Host pub.yori.cc + User public + IdentityFile ~/.ssh/id_rsa_pub + IdentitiesOnly yes + +Host asc_wh + hostname 192.168.1.4 + ProxyCommand ssh yorick@woodhouse.onion -W %h:%p + +Host asc_lilo + hostname 131.174.142.247 + ProxyCommand ssh -q lilo nc -q0 %h 22