Get the default configuration file ssh_import_id for OpenSSH, optimized for Ubuntu 20.04 LTS (Focal Fossa). This example configuration ensures optimal compatibility and performance for OpenSSH, making it easy to set up and adjust to meet your needs.
Find and download the configuration file here: /etc/ssh/ssh_import_id.
For more configurations and setup guides, visit our related files section to further customize your system.
{
"_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"
}
Download the raw file with wget or curl
wget -O ssh_import_id.example https://exampleconfig.com/static/raw/openssh/ubuntu20.04/etc/ssh/ssh_import_id
curl https://exampleconfig.com/static/raw/openssh/ubuntu20.04/etc/ssh/ssh_import_id > ssh_import_id.example
Other config files you might find useful