Skip to content

Commit

Permalink
[PUBLISHER] Publish from Obsidian #40
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAmbrosso authored Mar 25, 2024
1 parent 1fe4231 commit db092ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/Expeditions/Secure Shell/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ OpenSSH is actively maintained and developed by a team of dedicated contributors
- Why SSH over other ways
- Difference between SSH1 and SSH2

### Architecture & Components
### Components of SSH

- Components of an SSH connection

Expand Down Expand Up @@ -65,11 +65,11 @@ OpenSSH is actively maintained and developed by a team of dedicated contributors
- Set up SSH logs monitoring
- Keeping the software and config up to date

### Copy Files with SCP and SFTP
### Copy Files with SCP & SFTP

- Securely copy files with SCP and SFTP

### Forwarding and Proxy Management
### Forwarding and Proxy

- Securely forward SSH connections to remote machines
- Security implications and best practices of forwarding
Expand All @@ -80,17 +80,17 @@ OpenSSH is actively maintained and developed by a team of dedicated contributors
- Understanding certificate authorities (CA) and how to issue SSH certs
- Use SSH certificates for centralized key management

### Compliance & Regulatory Requirements
### Regulatory Compliance

## Common SSH Workflows
## Common Workflows

1. SSH into Linux from Linux - Create an SSH Key and Connect to a Linux Machine from a Linux Machine
2. SSH into Linux from Windows PowerShell - Create an SSH Key and Connect
3. Setting up SSH in AWS EC2
4. Setting up SSH in Azure VMs
5. Setting up SSH for Ansible Automation

## Common SSH Troubleshooting
## Troubleshooting FAQs

1. Connection Time Out Error
2. Access Denied Error
Expand Down

0 comments on commit db092ea

Please sign in to comment.