diff --git a/ssh-tunneling/modules/ROOT/pages/index.adoc b/ssh-tunneling/modules/ROOT/pages/index.adoc index eec0460..aba02ed 100644 --- a/ssh-tunneling/modules/ROOT/pages/index.adoc +++ b/ssh-tunneling/modules/ROOT/pages/index.adoc @@ -9,7 +9,6 @@ This tutorial demonstrates: *a.* howto setup a SSH tunneling *b.* howto use it ***SSH Tunneling***, is the ability to use ssh to create a bi-directional encrypted network connection between machines over which data can be exchanged, typically TCP/IP. -image::ROOT:ssh-tunneling-1366x416-WPhEwBvP.png[SSH tunneling] .NOTE [NOTE] @@ -17,6 +16,7 @@ image::ROOT:ssh-tunneling-1366x416-WPhEwBvP.png[SSH tunneling] 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. ==== +image::ROOT:ssh-tunneling-1366x416-WPhEwBvP.png[SSH tunneling] == Local Port Forwarding