Explore >> Select a destination


You are here

stephennimmo.com
| | stribny.name
2.8 parsecs away

Travel
| | [AI summary] The article explains how to use Ansible and Vagrant together to provision and configure virtual machines locally for software development and testing environments.
| | www.paedubucher.ch
2.9 parsecs away

Travel
| | Personal Website of Patrick Bucher (paedubucher), mostly about IT-related topics (programming)
| | nbailey.ca
3.4 parsecs away

Travel
| | Kubernetes is our generation's Asbestos.
| | blog.tafkas.net
19.1 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.