/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.robertelder.org
| | www.jhanley.com
2.9 parsecs away

Travel
| | You are connecting to an OpenSSH server using an RSA private key and the following error is displayed: USERNAME@HOST: Permission denied (publickey,password). You check the OpenSSH server logs and find the following entry: userauth_pubkey: signature algorithm ssh-rsa not in PubkeyAcceptedAlgorithms... Continue Reading
| | blog.miguelgrinberg.com
3.5 parsecs away

Travel
| | miguelgrinberg.com
| | blog.0xbadc0de.be
1.9 parsecs away

Travel
| | [AI summary] The provided text is a detailed article on best practices for securing SSH (Secure Shell) configurations and usage. It covers various aspects such as using SSH certificates, LDAP integration, avoiding passwordless private keys, and implementing multi-factor authentication (MFA). The text also includes discussions on smart cards, FIDO U2F, and tools for managing SSH keys. There are comments from readers discussing related topics like full disk encryption, key revocation, and tools like `whosthere` for capturing SSH public keys. The article is part of a blog post and includes links to external resources and other blog posts.
| | popey.com
24.5 parsecs away

Travel
| My blog at popey.com/blog is hosted on a Bitfolk VPS, built from the Hugo source code in a public GitHub repo. My workflow for publishing a post goes like this: Use whatever machine Im sat at Clone the repo Add a new page, edit until ready Push directly to the main branch Early on in my use of Hugo, I was manually using hugo and rsync over SSH directly on the VPS.