open_ssh_shell

Function open_ssh_shell 

Source
pub fn open_ssh_shell(
    host: &str,
    username: &str,
    private_key: &str,
) -> Result<(), Box<dyn Error + Send + Sync>>
Expand description

Opens an interactive SSH shell (like an ‘ssh’ CLI).