From ca08d3d1c24c04ae730e36332d3a73c62ce15712 Mon Sep 17 00:00:00 2001 From: zeus Date: Thu, 3 Mar 2022 22:38:37 +0200 Subject: [PATCH] add cloud info --- CloudComputing_Lab/modules/ROOT/pages/a.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CloudComputing_Lab/modules/ROOT/pages/a.adoc b/CloudComputing_Lab/modules/ROOT/pages/a.adoc index 1597205..5f3a024 100644 --- a/CloudComputing_Lab/modules/ROOT/pages/a.adoc +++ b/CloudComputing_Lab/modules/ROOT/pages/a.adoc @@ -32,7 +32,7 @@ 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"] +image:http://docs.swarmlab.io/SwarmLab-HowTos/labs/sec/ssh-tunneling-1366x416-WPhEwBvP.png[width=350,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. ****