Re: In WindowsXP where does the key file go?
Posted: Sat Jun 18, 2011 9:10 pm
Hi!,
Your public key goes in the "authorized_keys" file for your user/system in your server.
The specific location depends on the SSH server you're using. For Unix (Linux, Mac, BSD), it goes under .ssh:
/home/YourUser/.ssh/authorized_keys
or
/Users/YourUser/.ssh/authorized_keys
Raf.
Your public key goes in the "authorized_keys" file for your user/system in your server.
The specific location depends on the SSH server you're using. For Unix (Linux, Mac, BSD), it goes under .ssh:
/home/YourUser/.ssh/authorized_keys
or
/Users/YourUser/.ssh/authorized_keys
Raf.