From fe805cf40343495f8546e2664e0eee73f19497fc Mon Sep 17 00:00:00 2001 From: zeus Date: Thu, 3 Mar 2022 22:41:51 +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 5f3a024..91a9281 100644 --- a/CloudComputing_Lab/modules/ROOT/pages/a.adoc +++ b/CloudComputing_Lab/modules/ROOT/pages/a.adoc @@ -33,8 +33,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[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. + +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^] **** TIP: Prepare - Create