From ebed41eed2ebe5e81574e6a29f5f98cfddcfc3e8 Mon Sep 17 00:00:00 2001 From: Patrick Ambrose Date: Mon, 25 Mar 2024 12:11:11 +0530 Subject: [PATCH] [PUBLISHER] Publish from Obsidian #41 --- content/Expeditions/Secure Shell/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Expeditions/Secure Shell/index.md b/content/Expeditions/Secure Shell/index.md index e9b05a2..e9036ba 100644 --- a/content/Expeditions/Secure Shell/index.md +++ b/content/Expeditions/Secure Shell/index.md @@ -23,7 +23,7 @@ Here are some *key features and characteristics* of the SSH protocol **OpenSSH** is an *open-source implementation of the SSH protocol* suite. It provides both the *server-side (sshd)* and *client-side (ssh)* components, offering secure remote login, encrypted file transfers, and secure tunneling capabilities. OpenSSH is the *most widely used* and commonly recommended implementation of SSH due to its security, reliability, and extensive feature set. OpenSSH is actively maintained and developed by a team of dedicated contributors. [Its source code is open and available for inspection](https://github.com/openssh), which allows for community involvement, code audits, and continuous improvement. Due to its security, flexibility, and wide adoption, OpenSSH has become the de facto standard for SSH implementations in many environments. It is extensively used by system administrators, network engineers, developers, and security-conscious individuals for secure remote administration and file transfer tasks. -## Get up and Running with SSH +## Up and Running with SSH 1. [Fundamentals of SSH](./Learning%20SSH/01%20Fundamentals%20of%20SSH.md) - The Basics, History of SSH 2. [Setting up SSH Server and SSH Client](./Learning%20SSH/02%20Setting%20up%20SSH%20Server%20and%20SSH%20Client.md) - Getting SSH installed on your Machine.