Answers for "Check Available SSH Keys on Your Computer"

0

Check Available SSH Keys on Your Computer

for key in ~/.ssh/id_*; do ssh-keygen -l -f "${key}"; done | uniq
Posted by: Guest on March-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language