/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

taylorbrazelton.com
| | bacardi55.io
2.6 parsecs away

Travel
| | [AI summary] A solutions architect shares a troubleshooting experience regarding SSH authentication failures caused by trying too many keys and provides a fix using IdentitiesOnly=yes.
| | reidburke.com
3.4 parsecs away

Travel
| | Secretive is an app by Max Goedjen for storing and managing SSH keys in the Secure Enclave on macOS.
| | zzamboni.org
1.7 parsecs away

Travel
| | via http://www.freshblurbs.com/blog/2013/06/22/github-multiple-ssh-keys.html#tldr Since Github doesn't allow us to reuse an SSH Key, the only sane solution is to jump through some hoops and generate + use multiple keys on the server itself. Let's look at some effective approaches of doing that. Short version: define multiple hosts in the SSH config file for each repository, which use different SSH keys, then you can assign different deploy keys to each repo. But read the whole article for the full details.
| | blog.bdw.li
12.7 parsecs away

Travel
| Using different machines to work on some git files can result in missing signign keys and some headache.