windows ssh keys code example
Example 1: how to generate ssh key
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
Example 2: find ssh key windows
$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist
Example 3: how to generate ssh key
$ ssh-keygen -t ed25519 -C "[email protected]"