Skip to content

Commit

Permalink
[PUBLISHER] Publish from Obsidian #38
Browse files Browse the repository at this point in the history
* PUSH NOTE : Terraform.md

* PUSH NOTE : Secure Shell.md

* PUSH NOTE : 01 Fundamentals of SSH.md
  • Loading branch information
PatrickAmbrosso authored Mar 25, 2024
1 parent 33fe830 commit 1f0d25b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ publish: true

This section deals with the basics of the SSH Protocol, and specifically the OpenSSH implementation. Topics such as the history of SSH & OpenSSH, the components of an SSH environment and more.


> [!info] Title
> This guide uses SSH and OpenSSH interchangeably, as OpenSSH is the most widely used implementation of the SSH protocol, with its presence in almost all Unix-based operating systems and even on Windows.
Expand Down
1 change: 0 additions & 1 deletion content/Expeditions/Secure Shell/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ 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

1. [Fundamentals of SSH](./Learning%20SSH/01%20Fundamentals%20of%20SSH.md) - The Basics, History of SSH
Expand Down
2 changes: 0 additions & 2 deletions content/Expeditions/Terraform/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ publish: true

Terraform by is an [Infrastructure as Code](Infrastructure%20as%20Code.md) tool offering by [HashiCorp](HashiCorp.md) for building, changing and versioning infrastructure safely and efficiently. It enables application software best practices to infrastructure. It is *provider agnostic* and is compatible with a multitude of cloud providers and services. Terraform uses declarative configuration files written in *HashiCorp Configuration Language* or *HCL* which is like JSON, but with additional features.



## Why Terraform?

1. **Infrastructure as Code (IaC)**
Expand Down

0 comments on commit 1f0d25b

Please sign in to comment.