search for: execute_in_shell

Displaying 2 results from an estimated 2 matches for "execute_in_shell".

2013 Oct 18
1
Feedback regarding the ssh(1) Match directive
Hi, I noticed the recent commit adding Match support to ssh(1). I look forward to giving it a try, but I have some initial feedback based on ssh_config.5 and an examiniation of match_cfg_line(). First, the "command" keyword could be a little deceptive. Although the man page makes the use of this keyword quite clear, my initial assumption was that the intent was to match against the
2015 Sep 23
10
[Bug 2471] New: "match exec" prepends "exec" to its command
...Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: res at qoxp.net The "match exec" feature in ssh_config does this: static int execute_in_shell(const char *cmd) { ... /* * Use "exec" to avoid "sh -c" processes on some platforms * (e.g. Solaris) */ xasprintf(&am...