OpenSSH ssh_import_id configuration example for Ubuntu 16.04 LTS (Xenial Xerus)

Get the default configuration file ssh_import_id for OpenSSH, optimized for Ubuntu 16.04 LTS (Xenial Xerus). 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 16.04 LTS (Xenial Xerus)
Length
4 lines
MD5 checksum
f92d9edbab801eed9d6b464975da229f

Usage

Download the raw file with wget or curl

Wget

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

cURL

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