From 456dee41b9e6c1b6773857c550d1024165a43230 Mon Sep 17 00:00:00 2001 From: zeus Date: Sat, 6 Nov 2021 16:33:59 +0200 Subject: [PATCH] add ssh-tunneling --- ssh-tunneling/modules/ROOT/pages/index.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/ssh-tunneling/modules/ROOT/pages/index.adoc b/ssh-tunneling/modules/ROOT/pages/index.adoc index aba02ed..955b037 100644 --- a/ssh-tunneling/modules/ROOT/pages/index.adoc +++ b/ssh-tunneling/modules/ROOT/pages/index.adoc @@ -10,7 +10,6 @@ This tutorial demonstrates: *a.* howto setup a SSH tunneling *b.* howto use it -.NOTE [NOTE] ==== SSH is a standard for secure remote logins and file transfers over untrusted networks. It also provides a way to secure the data traffic of any given application using port forwarding, basically tunneling any TCP/IP port over SSH. This means that the application data traffic is directed to flow inside an encrypted SSH connection so that it cannot be eavesdropped or intercepted while it is in transit. SSH tunneling enables adding network security to legacy applications that do not natively support encryption.