pub fn is_ssh_tunnel_cmdline(cmdline: &ProcessCmdline) -> boolExpand description
Returns true if this cmdline looks like an SSH port-forwarding tunnel.
Matches when the executable contains "ssh" and the arguments include
-L, -R, or -D.
pub fn is_ssh_tunnel_cmdline(cmdline: &ProcessCmdline) -> boolReturns true if this cmdline looks like an SSH port-forwarding tunnel.
Matches when the executable contains "ssh" and the arguments include
-L, -R, or -D.