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