Where was id_rsa.pub file created at?

FarFigNewton picture FarFigNewton · Aug 17, 2011 · Viewed 64.5k times · Source

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 "[email protected]"
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?

Answer

orip picture orip · Aug 17, 2011

Er, ~/.ssh, or specifically in your case /f/.ssh?

If you're on Windows, look at F:\.ssh