pub fn offer_remote_reboot(
runner: &dyn ProcessRunner,
session: &SshSession,
) -> Result<()>Expand description
Prompt on a local TTY, then sudo reboot on the box. Non-TTY prints a reminder.
pub fn offer_remote_reboot(
runner: &dyn ProcessRunner,
session: &SshSession,
) -> Result<()>Prompt on a local TTY, then sudo reboot on the box. Non-TTY prints a reminder.