+ add port 60000 to gumosh connection

This commit is contained in:
Jeffrey Serio 2023-01-16 19:47:08 -06:00
parent c40577534d
commit 23916be066

2
gumosh
View File

@ -47,5 +47,5 @@ selection=$(printf "%s\n" "${logins[@]}" | gum choose --limit=1)
# If $selection is non-empty, pass it to the ssh -X command. # If $selection is non-empty, pass it to the ssh -X command.
if test -n "${selection}"; then if test -n "${selection}"; then
mosh "${selection}" mosh -p 60000 "${selection}"
fi fi