Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upOpen ports for mosh in firewall #507
Closed
Comments
|
cc @edunham |
|
AWS is now set to allow UDP 60000-61000 on servo-master. |
|
Thanks! |
|
Opened on the builders for now; eventually I'd like to switch to a model of accessing everything through a bastion host with better logging and detection of unusual access. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mosh is now installed on our machines, but it requires UDP ports 60000-61000 to be opened. (It starts allocating ports per connection at 60000 and goes up, so we can also open fewer ports, e.g. 60000 - 60010).
I believe these are currently being filtered by the AWS network infrastructure (not iptables). Would it be possible to open these ports so mosh can be used?