/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.michaelcrump.net
| | www.jhanley.com
1.2 parsecs away

Travel
| | Ubuntu 20.04 Desktop does not include an SSH server preinstalled. In this article, I show how I install OpenSSH, create an SSH keypair, install the keypair Ubuntu for a user and disable password-based SSH logins. I also include a PowerShell script to mimic the base features of ssh-copy-id.
| | jrs-s.net
1.6 parsecs away

Travel
| |
| | blog.tafkas.net
1.6 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.
| | alex.pearwin.com
20.4 parsecs away

Travel
| A step-by-step tutorial on deploying Ruby apps to a Linux VPS, installing nginx, Passenger, rbenv, and PostgreSQL along the way.