/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

www.paulsblog.dev
| | ryanfreeman.dev
1.2 parsecs away

Travel
| | SSH is an essential service for remotely maintaining a Linux server, in this blog post I'll talk about hardening the SSH service by enabling passwordless public key authentication.
| | blog.tafkas.net
1.7 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.
| | superuser.com
3.4 parsecs away

Travel
| | I changed my permissions in my .ssh folder and now when I use a piece of software that uses my private key, I have to type my password each time. What should my permissions be on my id_rsa file to...
| | byparker.com
18.6 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.