search for: realhost

Displaying 3 results from an estimated 3 matches for "realhost".

Did you mean: realhosts
2011 Sep 27
3
[Bug 751] New: IPv6 bridging bug
http://bugzilla.netfilter.org/show_bug.cgi?id=751 Summary: IPv6 bridging bug Product: iptables Version: unspecified Platform: x86_64 OS/Version: Gentoo Status: NEW Severity: normal Priority: P3 Component: ip6tables AssignedTo: netfilter-buglog at lists.netfilter.org ReportedBy: david at
2017 Jul 19
1
[Bug 2745] New: [PATCH] add support for VersionAddendum to the client
...iel Gillmor at the 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'...
2001 Oct 18
1
Patch for SSH-tunneling via HTTPS-proxy
...rr, " -o 'option' Process the option as if it was read from a configuration file.\n"); fprintf(stderr, " -s Invoke command (mandatory) as SSH2 subsystem.\n"); fprintf(stderr, " -b addr Local IP address.\n"); + fprintf(stderr, " -H 'realhost:port' do HTTPS-proxy negotiation before expecting SSH-version\n"); exit(1); } @@ -320,7 +321,7 @@ again: while ((opt = getopt(ac, av, - "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:F:I:L:NPR:TVX")) != -1) { + "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:F:I:L:NPR:TVXH:")...