summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-07-07 10:31:42 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-07-07 10:31:42 +0100
commit8d5ee79127671b3aa769783c116cf58e0ab79c5e (patch)
tree49c09f53f97f4eec2b0d35bdde376d59607d1a6c
parentc6a17507604d56cf975ec871400f86933906d493 (diff)
downloaddotfiles-8d5ee79127671b3aa769783c116cf58e0ab79c5e.tar.gz
drop erebus & melete from list of hosts to mosh to
-rwxr-xr-xbin/ssh-and-tmux4
1 files changed, 1 insertions, 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 -- "$@")