OpenSSH ssh_import_id configuration example for Ubuntu 20.04 LTS (Focal Fossa)

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"
}

    
  

Config Details

Location
/etc/ssh/ssh_import_id
Operating system
Ubuntu 20.04 LTS (Focal Fossa)
Length
4 lines
MD5 checksum
8bfa390040fbeeae70bec14f2dccaf11

Usage

Download the raw file with wget or curl

Wget

wget -O ssh_import_id.example https://exampleconfig.com/static/raw/openssh/ubuntu20.04/etc/ssh/ssh_import_id

cURL

curl https://exampleconfig.com/static/raw/openssh/ubuntu20.04/etc/ssh/ssh_import_id > ssh_import_id.example