SSH notes

This commit is contained in:
Michael Campagnaro 2023-05-01 04:50:41 -04:00
parent 53082c6034
commit 40eb9aa808

3
ssh.md
View File

@ -5,3 +5,6 @@
* `ssh-keygen -lf ~/.ssh/filename` * `ssh-keygen -lf ~/.ssh/filename`
* `ssh-keygen -lf ~/.ssh/filename.pub` * `ssh-keygen -lf ~/.ssh/filename.pub`
# Linux
You might need to run `ssh-add ~/.ssh/id_rsa` after setting up your key.