search for: remotefwd

Displaying 5 results from an estimated 5 matches for "remotefwd".

2009 Feb 17
2
Idea: reverse socks proxy
Hi, Just a usecase that I'm sure has been covered before but just in case its not an openssh solution would be very helpful. I was trying to install software on a server that was firewalled so no outbound http connections would work. I was also tunnelling via another server. Outbound ssh connections also were a convenient option. What would have been nice would be a remote version of
2012 May 03
5
[PATCH/RFC 0/6] New mux client request to list open tcp forwardings.
These patches implement a new mux client request to list the currently opened TCP forwardings. It also removes some todos regarding keeping the list of forwardings in the options up-to-date. Bert Wesarg (6): attach the forwarding type to struct Forward merge local and remote forward lists generate unique ids for forwardings to be used for identification remove closed forwardings from
2017 Jun 16
2
[PATCH] allow relative path in streamlocal forwarding
...*fwd, const char *fwdspec, int dynamicfwd, int remo if (fwd->connect_host != NULL && strlen(fwd->connect_host) >= NI_MAXHOST) goto fail_free; + /* The path starting with "./" means that it will be resolved + * on the server side */ + if (!dynamicfwd) { + if (!remotefwd && fwd->connect_path != NULL && + strncmp(fwd->connect_path, "./", 2) == 0) { + char *path = xstrdup(fwd->connect_path + 2); + free(fwd->connect_path); + fwd->connect_path = path; + } + if (remotefwd && fwd->listen_path != NULL &&...
2011 Jan 07
1
[RFC/PATCH] ssh: config directive to modify the local environment
...ons->zero_knowledge_password_authentication = -1; options->ip_qos_interactive = -1; options->ip_qos_bulk = -1; + options->local_env_mods = NULL; + options->num_local_env_mods = 0; } /* @@ -1420,3 +1508,85 @@ parse_forward(Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd) } return (0); } + +/* + * variablename[whitespace][{+,%}[separator]]=[whitespace]value + * value may be optional for set command (ie. w/o +) + * SSHFS_MOUNT += mars-fastfs:/fastfs + * SOME_PATH +:= /some/bin + * SOME_PATH %:= /some/other/bin + * '+' and '%' shouldn't be us...
2010 Aug 09
8
Call for testing: OpenSSH-5.6
Hi, OpenSSH 5.6 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a moderately large release, with a number of new features and bug fixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH