You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a service in /etc/firewalld/services/mosh.xml:
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Mobile Shell (mosh)</short>
<description>Mosh is a replacement for SSH.</description>
<portprotocol="udp"port="60000-61000"/>
</service>
List if service was recognized ("mosh" should appear in the list):
# firewall-cmd --permanent --get-services
Add mosh service in the default public zone (change "public" to the default zone of your installed system):