diff --git a/modules/qualifying/assets/ssh_flowchart.png b/modules/qualifying/assets/ssh_flowchart.png new file mode 100644 index 0000000..2c0455f Binary files /dev/null and b/modules/qualifying/assets/ssh_flowchart.png differ diff --git a/modules/qualifying/learning_ssh.md b/modules/qualifying/learning_ssh.md index e2465d2..0290b86 100644 --- a/modules/qualifying/learning_ssh.md +++ b/modules/qualifying/learning_ssh.md @@ -239,6 +239,12 @@ ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRFprKfRnfxs5lxJXfB5166OHPHHUFr4x2bqxAUc/v ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnKJ8fwHAEe6NS7MTqlAtqzUzqA0ATibR1XP8nirZritVQv7uDNVH91SKM5GSP5gTOzCmW4NQVVv47KvmRQ6yp6BugCsKL96rPMA6m/b9cTA5YDwm90cfb5I6h+kRL2mp4O63ahgGDAb5XgVy3Tq2qyxLbbkKylhw6VQFsHQXObTevSvMrRzc8t29DwS/tfbhT3R6opa2j+5woXDLpKaHrBsw9LFoelkh8jgQ9fbDx2hXwzeccaT3qpycRjtwhraVtt/FTEpJ60R+ooB/Nx2ndlT4qs3P/G3HFrbvlLzjMGlAcjHNkXgQRy6850ACC8RtM6+s4K1RCNU0fPXSy3tkb waldek@helloworld ``` +Below are visual breakdowns to help you understand the connection process a bit better. +The first one is a flowchart illustration the entire process from connection to access or failure. +The second one is a vertical timeline and the third one the actual transmission of a successful connection. + +![ssh flowchart](./assets/ssh_flowchart.png) + ![ssh connection overview](./assets/ssh_connection_01.jpg) ![ssh communication overview](./assets/ssh_connection_02.jpg)