From a560b56a1964a6a3d2e49d5f3f365b127209c2e7 Mon Sep 17 00:00:00 2001 From: zeus Date: Thu, 3 Mar 2022 22:43:28 +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 f5073f4..7ee3bee 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[width=400,float="right"] +image:http://docs.swarmlab.io/SwarmLab-HowTos/labs/sec/ssh-tunneling-1366x416-WPhEwBvP.png[width=500,float="right"] 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. http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/build/site/swarmlab_sec-ssh-tunneling/docs/index.html#_sshd_config_ssh_server_configuration[Learn how to set up an SSH server^]