From c4493931e146ebf1032f2634fcb99ad45de62792 Mon Sep 17 00:00:00 2001 From: andran777 <86196800+andran777@users.noreply.github.com> Date: Mon, 15 Aug 2022 17:52:34 +0530 Subject: [PATCH] Add SSH content --- .../content/103-networking-protocols/106-ssh.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/103-networking-protocols/106-ssh.md b/content/roadmaps/102-devops/content/103-networking-protocols/106-ssh.md index 3d18d5476..a1cd8bb22 100644 --- a/content/roadmaps/102-devops/content/103-networking-protocols/106-ssh.md +++ b/content/roadmaps/102-devops/content/103-networking-protocols/106-ssh.md @@ -1 +1,10 @@ -# Ssh \ No newline at end of file +# SSH + +The SSH (**S**ecure **Sh**ell) is a network communication protocol that enables two computers to communicate over an insecure network. It is a secure alternative to the non-protected login protocols (such as telnet, rlogin) and insecure file transfer methods (such as FTP). It is mostly used for secure Remote Login and File Transfer. + +`SFTP = FTP + SSH` + +Free Content +SSH Intro +What is SSH? +SFTP using SSH \ No newline at end of file