From 4d9cd0007cc8741f4ba15c880747426b1db52ffd Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 25 Jun 2018 14:39:21 -0400 Subject: [PATCH] Broken tty implementation --- libremanage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libremanage.py b/libremanage.py index 105ff33..2d018d5 100644 --- a/libremanage.py +++ b/libremanage.py @@ -71,7 +71,7 @@ COMMANDS = { # TTY access (or keyboard if wired as such) - "tty": lambda s: print("Screening on " + s), + "tty": lambda s: open_ssh(s, "screen " + s["tty"] + str(s["baud"])), # SSH sanity tests -- 2.25.1