summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkgVQsmQmvL62wnF0VSOKFgh0AoYYjGVB0 <Kai@web>2013-11-28 09:21:46 +0000
committerGravatar admin <admin@branchable.com>2013-11-28 09:21:46 +0000
commit6f545e140b8262ab013295ad285e2d8da3a4c0d9 (patch)
tree40647031ceddc4e965c356ecfaaf8e683ffb44ae
parent05a26fb8f815ff6c0f3bd55690aa331902e7723a (diff)
-rw-r--r--doc/forum/assitant:_special_remote_server___40__needs_ssh_tunnel__41__.mdwn10
1 files changed, 10 insertions, 0 deletions
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 000000000..45c43f443
--- /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?