/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.florentdelannoy.com
| | byparker.com
2.5 parsecs away

Travel
| | It took me an embarassingly long time to discover how to do this today, so I thought I'd write it down and send it into the ether of the Internet hoping it would help someone else someday.
| | dustymabe.com
2.0 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.tafkas.net
1.9 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.