From f5e302f0e900c9107471d315db605d808cea0c5b Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 9 Jun 2015 10:43:14 +0100 Subject: [PATCH] ssh --- etc/ssh/nbdom | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 etc/ssh/nbdom diff --git a/etc/ssh/nbdom b/etc/ssh/nbdom new file mode 100644 index 00000000..90bfafab --- /dev/null +++ b/etc/ssh/nbdom @@ -0,0 +1,4 @@ +Host * + Hostname nbdom.net + ProxyCommand ssh nbdom.net -W %h:%p + -- 2.47.3