From 23916be06697965d57d9256ed9b7812bb6e0a71f Mon Sep 17 00:00:00 2001 From: Jeffrey Serio <23226432+hyperreal64@users.noreply.github.com> Date: Mon, 16 Jan 2023 19:47:08 -0600 Subject: [PATCH] + add port 60000 to gumosh connection --- gumosh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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