summaryrefslogtreecommitdiff
path: root/bin/ssh-and-tmux
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-01-23 11:56:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-01-27 15:16:03 -0700
commit6a1c94e77a2b5cf73903df83ca9d0f381cb4fc5c (patch)
tree1110d97578618efe19d9e991873f70494d27b3f2 /bin/ssh-and-tmux
parent92371c1f10f518b032f92813110a00f6c41b79ef (diff)
downloaddotfiles-6a1c94e77a2b5cf73903df83ca9d0f381cb4fc5c.tar.gz
mosh to erebus
Diffstat (limited to 'bin/ssh-and-tmux')
-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 -- "$@")