I ran the following SSH commands to create my rsa key but I don’t know where the file was created at
drlloyd@DIS-7L79KF1 ~/.ssh
$ ssh-keygen -t rsa -C "myemail@gmail.com"
Generating public/private rsa key pair.
Enter file in which to save the key (/f/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /f/.ssh/id_rsa.
Your public key has been saved in /f/.ssh/id_rsa.pub.
I removed the rsa fingerprint
Where was the id_rsa.pub file created at?
Er,
~/.ssh, or specifically in your case/f/.ssh?If you’re on Windows, look at
F:\.ssh