/etc/ssh/ssh_import_id - Ubuntu 20.04 LTS (Focal Fossa)

This is the default example configuration of ssh_import_id provided by OpenSSH. This config file was generated by OpenSSH running on Ubuntu 20.04.

It is located under: /etc/ssh/ssh_import_id

    {
   "_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 http://exampleconfig.com/static/raw/openssh/ubuntu20.04/etc/ssh/ssh_import_id

cURL

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