search for: muxclient_command

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

2010 Jan 14
1
ssh(1) multiplexing rewrite
...-/* Multiplex client main loop. */ -void -muxclient(const char *path) +static char * +format_forward(u_int ftype, Forward *fwd) { - struct sockaddr_un addr; - int i, r, fd, sock, exitval[2], num_env; - Buffer m; - char *term; - extern char **environ; - u_int allowed, flags; + char *ret; - if (muxclient_command == 0) - muxclient_command = SSHMUX_COMMAND_OPEN; - - switch (options.control_master) { - case SSHCTL_MASTER_AUTO: - case SSHCTL_MASTER_AUTO_ASK: - debug("auto-mux: Trying existing master"); - /* FALLTHROUGH */ - case SSHCTL_MASTER_NO: + switch (ftype) { + case MUX_FWD_LOCAL: + xasprin...
2009 Jul 08
4
Feature request: "SetupCommand" invoked before connecting
Hi, (I'm not subscribed to the list, so please CC me on reply.) I'd like to request adding a feature to OpenSSH: Task: ~~~~~ It is quite sometime useful to invoke a program prior to connecting to an ssh server. The most common use case will probably be port knocking. That is a small program sends certain packets to a server and the server reacts to this by unlocking the ssh port, which
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