about summary refs log tree commit diff stats
path: root/tools/openssh.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/openssh.html')
-rw-r--r--tools/openssh.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/openssh.html b/tools/openssh.html
index c44a934..aab5218 100644
--- a/tools/openssh.html
+++ b/tools/openssh.html
@@ -128,7 +128,7 @@
         <h3 id="iptables">1.2. Configure iptables</h3>
         <p>Iptables;</p>
 
-        <p>Example of <a href="../core/scripts/iptables.sh">iptables.sh</a></p>
+        <p>Example of <a href="../linux/scripts/iptables.sh">iptables.sh</a></p>
 
         <pre>
         $IPT -A INPUT  -i ${PUB_IF} -p tcp --dport 2222 --sport 1024:65535 -m state --state ESTABLISHED -j ACCEPT
@@ -315,9 +315,9 @@
         </pre>
 
         <a href="index.html">Tools Index</a>
-        <p>This is part of the Tribu System Documentation.
-        Copyright (C) 2020
-        Tribu Team.
+        <p>This is part of the LeetIO System Documentation.
+        Copyright (C) 2021
+        LeetIO Team.
         See the file <a href="fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>