summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-10-15 16:45:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-10-16 22:04:29 -0700
commit5e4dab2dec7cb0fb5fa8d8990fa85020a70dccd5 (patch)
tree252089013264d045b41ea35c6ccfe65d352581f3 /bin
parent23ed3d505d8c1732fc6ea842b52dfa29a1d4c629 (diff)
downloaddotfiles-5e4dab2dec7cb0fb5fa8d8990fa85020a70dccd5.tar.gz
ssh-and-tmux: mosh to melete
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ssh-and-tmux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ssh-and-tmux b/bin/ssh-and-tmux
index 13b6de4d..c27d959d 100755
--- a/bin/ssh-and-tmux
+++ b/bin/ssh-and-tmux
@@ -32,7 +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)
+mosh_hosts=(athena.silentflame.com melete.silentflame.com)
getopt=$(getopt -s bash -o "" \
-l 'container-cmd:,container-name:' -n ssh-and-tmux -- "$@")