Answers for "command to check all ssh keys"

0

how to list ssh keys

for windows, copy then paste the command below into git bash terminal:
ls -al ~/.ssh #
Posted by: Guest on April-16-2021
0

see ssh key

cd ~/.ssh
ls
cat key_name.pub
Posted by: Guest on May-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language