Explore >> Select a destination


You are here

www.netmeister.org
| | educatedguesswork.org
9.1 parsecs away

Travel
| |
| | palant.info
14.7 parsecs away

Travel
| | Allowing password-based authentication without letting the server know the password is fascinating. Unfortunately, for web applications this doesn't solve any problems.
| | www.mnot.net
12.7 parsecs away

Travel
| | The introduction of encrypted DNS is a natural step in the process of securing the Internet, but it has brought a considerable amount of controversy, because it removes a means of control for network operators -- including not only enterprises but also schools and parents. The solution is to move control of these services to the endpoints of communication -- for example, the users' computers -- but doing so has its own challenges.
| | blog.tafkas.net
75.5 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.