/etc/ssh/ssh_import_id - Ubuntu 18.04 LTS (Bionic Beaver)

This is the default example configuration of ssh_import_id provided by OpenSSH. This config file was generated by OpenSSH running on Ubuntu 18.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 18.04 LTS (Bionic Beaver)
Length
4 lines
MD5 checksum
f92d9edbab801eed9d6b464975da229f

Usage

Download the raw file with wget or curl

Wget

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

cURL

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