SSH-ADD Commands Cheat Sheet

Here is a cli commands cheat sheet for SSH-ADD command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.

What is SSH-ADD command?

Add some data here

        ---
tags: [ ssh ]
---
# To add private key:
ssh-add 

# To load resident keys from FIDO2 authenticator:
ssh-add -K

# To store a GitHub SSH passphrase in your keychain:
ssh-add -K ~/.ssh/github_rsa

# To list all public keys:
ssh-add -L

# To list fingerprints of all keys:
ssh-add -l

# To delete key:
ssh-add -d 

# To delete all keys:
ssh-add -D
    

Check out the SSH-ADD command documentation .


You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again

Check Also

Best AI tools list