How to view SSH keys in Linux, macOS, and Windows

PHOTO EMBED

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

Saved by @irfan309 #linux #publickey #rsa #id_rsa

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

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

content_copyCOPY