This commit is contained in:
parent
e82223a71f
commit
571f5e37da
1 changed files with 6 additions and 4 deletions
|
@ -2,11 +2,13 @@
|
||||||
|
|
||||||
I am using a ssh-host configured in .ssh/config in a corporate-environment like this:
|
I am using a ssh-host configured in .ssh/config in a corporate-environment like this:
|
||||||
|
|
||||||
Host home
|
[[!format sh """
|
||||||
|
Host home
|
||||||
Hostname 1.2.3.4
|
Hostname 1.2.3.4
|
||||||
Port 443
|
Port 443
|
||||||
ProxyCommand corkscrew proxy.fqdn 8080 %h %p ~/.authfile
|
ProxyCommand corkscrew proxy.fqdn 8080 %h %p ~/.authfile
|
||||||
# http://www.agroman.net/corkscrew/
|
# http://www.agroman.net/corkscrew/
|
||||||
|
"""]]
|
||||||
|
|
||||||
I now want to be able to add this host as a remote repository, but don't have the ability to add it. A tunnel to localhost would be possible but then I would have to setup this portforwarding for git-annex separately every time it is started.
|
I now want to be able to add this host as a remote repository, but don't have the ability to add it. A tunnel to localhost would be possible but then I would have to setup this portforwarding for git-annex separately every time it is started.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue