When should I use this ssh_import_id?
Restore it. Compare it. Start clean.
curl https://exampleconfig.com/api/v1/config/original/8bfa390040fbeeae70bec14f2dccaf11?hint=ssh_import_id
wget -O ssh_import_id https://exampleconfig.com/api/v1/config/original/8bfa390040fbeeae70bec14f2dccaf11?hint=ssh_import_id
You are a DevOps agent. Fetch the default OpenSSH config for Ubuntu 24.04 LTS (Noble Numbat) from https://exampleconfig.com/api/v1/config/original/8bfa390040fbeeae70bec14f2dccaf11?hint=ssh_import_id. Compare with my current /etc/ssh/ssh_import_id and summarize differences and safe changes.
Copy this prompt into Claude, ChatGPT, or other AI assistants.
{
"_comment_": "This file is JSON syntax and will be loaded by ssh-import-id to obtain the URL string, which defaults to launchpad.net. The following URL *must* be an https address with a valid, signed certificate!!! %s is the variable that will be filled by the ssh-import-id utility.",
"URL": "https://launchpad.net/~%s/+sshkeys"
}
sudo apk add openssh-server
sudo apt update && sudo apt install openssh-server
sudo yum install openssh-server
sudo apt update && sudo apt install openssh-server
When should I use this ssh_import_id?
Restore it. Compare it. Start clean.
How do I restore OpenSSH defaults?
Download, replace, restart.
Is ssh_import_id safe for production?
Yes. This is exactly what shipped. Safe starting point.
How does this differ from other OS versions?
Defaults change. This one is specific to Ubuntu 24.04 LTS (Noble Numbat).
Can I use this for OpenSSH troubleshooting?
Absolutely. Diff this against yours to spot the problem.