pub fn open_ssh_shell( host: &str, username: &str, private_key: &str, ) -> Result<(), Box<dyn Error + Send + Sync>>
Opens an interactive SSH shell (like an ‘ssh’ CLI).