Manjaro Difference between revisions of "Translations:Firewalls/36/en"

Difference between revisions of "Translations:Firewalls/36/en"

From Manjaro
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
To allow ssh connections
To allow ssh connections
  sudo iptables -A INPUT -p tcp --dport 22 -m conntrack --ctstate NEW,ESTABLISHED -j ACCEPT
  $usercmdF
  sudo iptables -A OUTPUT -p tcp --sport 22 -m conntrack --ctstate ESTABLISHED -j ACCEPT
  $usercmdG

Latest revision as of 09:12, 25 December 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Firewalls)
To allow ssh connections
 $usercmdF
 $usercmdG

To allow ssh connections

$usercmdF
$usercmdG
Cookies help us deliver our services. By using our services, you agree to our use of cookies.