Explore >> Select a destination


You are here

www.serveradminblog.com
| | dustymabe.com
1.7 parsecs away

Travel
| | It is common practice among Linux users to exchange ssh keys between machines so that you can ssh between them without having to authenticate. The manual process for doing this involves taking the public key of the local host (~/.ssh/id_rsa.pub or ~/.ssh/id_dsa.pub) and appending it to the ~/.ssh/authorized_keys file of the remote host you wish to log in without a password. This process is simple, but requires a few different steps.
| | blog.florentdelannoy.com
1.1 parsecs away

Travel
| | Florent Delannoy's blog
| | blog.tafkas.net
2.3 parsecs away

Travel
| | If you log into your Raspberry Pi using ssh it will prompt you for a password. Having to do this multiple times a days this is very annoying. To ease the pain, and enhance security, you can use public key authentication instead. Therefor you create a pair of keys on your client, and store the public key on your Raspberry Pi. Then you set up an authentication by key. Afterwards the user can login into the Raspberry Pi using his private key.
| | chromeos.dev
14.0 parsecs away

Travel
| How to set up your ChromeOS device for developing web apps and how to configure port forwarding to access them on other devices.