Add a fn Command::forward_agent(bool) function so I can enable/disable agent forwarding when starting a remote command.
For native-mux, just need to call openssh_mux_client::SessionBuilder::agent. For process-mux IIUC we just need to pass -A to the ssh command?
Add a
fn Command::forward_agent(bool)function so I can enable/disable agent forwarding when starting a remote command.For
native-mux, just need to callopenssh_mux_client::SessionBuilder::agent. Forprocess-muxIIUC we just need to pass-Ato thesshcommand?