summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ssh-and-tmux4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ssh-and-tmux b/bin/ssh-and-tmux
index 85827bd9..c501d859 100755
--- a/bin/ssh-and-tmux
+++ b/bin/ssh-and-tmux
@@ -32,7 +32,9 @@
# 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 melete.silentflame.com)
+mosh_hosts=(athena.silentflame.com
+ erebus.silentflame.com
+ melete.silentflame.com)
getopt=$(getopt -s bash -o "" \
-l 'container-cmd:,container-name:' -n ssh-and-tmux -- "$@")