ssh-copy-id: move to common

coverage
Josa Gesell 2016-10-21 20:45:02 +02:00 committed by Agniva De Sarker
parent 9dec2c1e2f
commit 65f45a1517
1 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,14 @@
> Install your public key in a remote machine's authorized_keys.
- Copy your keys to the remote machine:
`ssh-copy-id {{username@remote_host}}`
- Copy your default key to the remote machine:
`ssh-copy-id -i {{username@remote_host}}`
- Copy the given public key to the remote:
`ssh-copy-id -i {{path/to/certificate}} {{username}}@{{remote_host}}`