From 8d5ee79127671b3aa769783c116cf58e0ab79c5e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 7 Jul 2023 10:31:42 +0100 Subject: drop erebus & melete from list of hosts to mosh to --- bin/ssh-and-tmux | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/ssh-and-tmux b/bin/ssh-and-tmux index c501d859..eb5fb385 100755 --- a/bin/ssh-and-tmux +++ b/bin/ssh-and-tmux @@ -32,9 +32,7 @@ # it's not a highly security-sensitive machine, but also that, e.g., the host # reboots not much more often than the workstation that'll be connecting, to # minimise zombie clients. -mosh_hosts=(athena.silentflame.com - erebus.silentflame.com - melete.silentflame.com) +mosh_hosts=(athena.silentflame.com) getopt=$(getopt -s bash -o "" \ -l 'container-cmd:,container-name:' -n ssh-and-tmux -- "$@") -- cgit v1.2.3