ssh-copy-id: move to common

This commit is contained in:
Josa Gesell
2016-10-21 20:45:02 +02:00
committed by Agniva De Sarker
parent 9dec2c1e2f
commit 65f45a1517

View File

@@ -1,11 +0,0 @@
# ssh-copy-id
> Install your public key in a remote machine's authorized_keys.
- Copy the given public key to the remote:
`ssh-copy-id -i {{path/to/certificate}} {{username}}@{{remote_host}}`
- Copy the given public key to the remote with specific port:
`ssh-copy-id -i {{path/to/certificate}} -p {{port}} {{username}}@{{remote_host}}`