diff --git a/CloudComputing_Lab/modules/ROOT/pages/a.adoc b/CloudComputing_Lab/modules/ROOT/pages/a.adoc index 91a9281..f5073f4 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=350,float="right"] +image:http://docs.swarmlab.io/SwarmLab-HowTos/labs/sec/ssh-tunneling-1366x416-WPhEwBvP.png[width=400,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^]