Snippets Collections
#How to view SSH keys in Linux, macOS, and Windows

cat ~/.ssh/id_rsa.pub
 
Or:
 
cat /Users/USERNAME/.ssh/id_rsa.pub

star

Wed Feb 09 2022 18:31:58 GMT+0000 (Coordinated Universal Time)

#linux #publickey #rsa #id_rsa

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension