From d6c34d89dba77e5c49d254be6c27fe42bcee7258 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkgVQsmQmvL62wnF0VSOKFgh0AoYYjGVB0" Date: Thu, 28 Nov 2013 09:21:46 +0000 Subject: [PATCH] --- ...ial_remote_server___40__needs_ssh_tunnel__41__.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/assitant:_special_remote_server___40__needs_ssh_tunnel__41__.mdwn diff --git a/doc/forum/assitant:_special_remote_server___40__needs_ssh_tunnel__41__.mdwn b/doc/forum/assitant:_special_remote_server___40__needs_ssh_tunnel__41__.mdwn new file mode 100644 index 0000000000..45c43f4434 --- /dev/null +++ b/doc/forum/assitant:_special_remote_server___40__needs_ssh_tunnel__41__.mdwn @@ -0,0 +1,10 @@ +To connect to a remote server I have to tunnel it through a server I have access to. My .ssh/config for this connection looks like this: + + + Host server-at-home + HostName foo.bar.de + User foo + Port 222 + ProxyCommand /usr/bin/ssh me@server-i-have-access-to /bin/nc -w 3700 %h %p + +Is it possible to create a connection using a similar configuration via the git-annex assistant?