mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:42:19 +02:00
ssh-copy-id: move to common
This commit is contained in:
parent
9dec2c1e2f
commit
65f45a1517
1 changed files with 8 additions and 0 deletions
|
@ -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}}`
|
Loading…
Add table
Reference in a new issue