Displaying 1 result from an estimated 1 matches for "sharedipaddr".
Did you mean:
shared_kaddr
2017 Jul 19
1
[Bug 2745] New: [PATCH] add support for VersionAddendum to the client
...time suggested that if this was to be
done, using the VersionAddendum mechanism might be a good way to do it:
https://lists.mindrot.org/pipermail/openssh-unix-dev/2013-November/031811.html
This patch does that.
For example, a user might want to do
ssh -oVersionAddendum=X-Host:realhost.site.com sharedIpAddr.site.com
With the patch, someone who wanted to put in place a quick proxy
running on port 22 of sharedIpAddr.site.com that looked for a string
like
X-Host:realhost.site.com
could then proxy the connection to realhost.site.com.
The patch supports '%h' per Daniel's suggestion, so you...