aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/assitant__58___special_remote_server___40__needs_ssh_tunnel__41__.mdwn
blob: 45c43f4434d6f317692601f51a1f16d6322d7b65 (plain)
1
2
3
4
5
6
7
8
9
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?