From 2add0840a977c03da3c7022cc78dda214459cd2f Mon Sep 17 00:00:00 2001 From: zeus Date: Thu, 3 Mar 2022 22:36:19 +0200 Subject: [PATCH] add cloud info --- CloudComputing_Lab/modules/ROOT/pages/a.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CloudComputing_Lab/modules/ROOT/pages/a.adoc b/CloudComputing_Lab/modules/ROOT/pages/a.adoc index 3b7335b..1597205 100644 --- a/CloudComputing_Lab/modules/ROOT/pages/a.adoc +++ b/CloudComputing_Lab/modules/ROOT/pages/a.adoc @@ -32,8 +32,9 @@ video::683282520[vimeo,start=184] An SSH server is a software program which uses the secure shell protocol to accept connections from remote computers. SFTP/SCP file transfers and remote terminal connections are popular use cases for an SSH server. +image:http://docs.swarmlab.io/SwarmLab-HowTos/labs/sec/ssh-tunneling-1366x416-WPhEwBvP.png[with=500,float="right"] http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/build/site/swarmlab_sec-ssh-tunneling/docs/index.html#_sshd_config_ssh_server_configuration[SSH Configuration^] - +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. **** TIP: Prepare - Create