📝 Edit page
➕ Add page
SSH
Topics
Pages
Content
Managing SSH service, keys and access.
Summary
The least you need to know:
Install
See the Install page.
Check current setup
$ ls ~/.ssh/
Generate keys
Create a pair of files. Here we use rsa
.
$ ssh-keygen -t rsa
Configure
$ nano ~/.ssh/config
Deploys
To create an SSH deploy key and use it for GitHub actions, see the Deploy key of the CI/CD GitHub Actions section of this project.
Related
- SSH section of my Dev Cheatsheets project.