Skip to content

ssh keys

Mihir Lad edited this page May 31, 2020 · 1 revision

The Feature

This feature imports you existing SSH keys into the new host system. It simply copies the user's and root's SSH keys to a new system which is a useful automation when doing a fresh install of LadOS.

Configuration

This feature requires configuration. Your user SSH keys and configuration should be copied to conf/ssh-keys/user/.ssh. Your root SSH keys and configuration should be copied to conf/ssh-keys/root/.ssh.

Only the following file names will be installed:

  • Private key: id_rsa
  • Public key: id_rsa.pub
  • SSH configuration file: config
  • Known Hosts File: known_hosts
  • Authorized Keys File: authorized_keys

Not all of the files above have to be provided. Only those of the above files that are found will be copied.

Clone this wiki locally