When I want to set up keypair authentication, do I generate the keypair or does the person who needs to access the server generate the keypair and then they send me their public key?
I have read two different segments about key authentication and I'm confused.
Please advise.
Thanks
Mike
Keypair authentication clarification
-
- Site Admin
- Posts: 987
- Joined: Mon Mar 24, 2003 4:37 am
It's preferable that the client create the keypair and send the server the public key.
The server always uses the public key, regardless of who generates the private key, and the client needs the private key to connect to the server.
www.coreftp.com/server/help/ssh_keypairs.htm
The server always uses the public key, regardless of who generates the private key, and the client needs the private key to connect to the server.
www.coreftp.com/server/help/ssh_keypairs.htm