/etc/ssh/ssh_import_id - Ubuntu 12.04 LTS (Precise Pangolin)

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

It is located under: /etc/ssh/ssh_import_id

    # This file will be sourced by ssh-import-id to obtain the URL string,
# which defaults to launchapd.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 12.04 LTS (Precise Pangolin)
Length
6 lines
MD5 checksum
3442654c47e93f0c03b0510639b5c184

Usage

Download the raw file with wget or curl

Wget

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

cURL

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