Tag archive for » SSH «

Remote login with SSH key pair

Thursday, 13. August 2009 18:24

One secure and easy way of logging in to your remote server is by means of SSH keys. Basically you generate an SSH public/private key pair on your local machine, you put the public key on the remote server and the private key on you local machine, that way people trying to login on the remote box must have a matching private key. Here’s how i’ve done it.

[...]

Category:Server administration | Comment (0) | Autor: