+ add port 60000 to gumosh connection
This commit is contained in:
parent
c40577534d
commit
23916be066
2
gumosh
2
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 $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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user