Skip to content

Commit

Permalink
[PUBLISHER] Publish from Obsidian #41
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAmbrosso authored Mar 25, 2024
1 parent db092ea commit ebed41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/Expeditions/Secure Shell/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ebed41e

Please sign in to comment.