The manual says that ssh authentication can be password, publickey, or hostbased. I want to use publickey authentication.
Normally this requires the client (computer I am working at) to create a public-private key pair, and then I need to copy the client's public key to the server (system I want to log in to, the DES-3526 in this case).
The client's public key is normally put in the /home/[user]/.ssh/authorized_keys file on the server.
Where and how do I put the client's public key in the DES-3526?
Thanks,
Barry