diff --git a/gumosh b/gumosh index 93f34c5..2032bd3 100755 --- a/gumosh +++ b/gumosh @@ -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 test -n "${selection}"; then - mosh "${selection}" + mosh -p 60000 "${selection}" fi