1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 03:06:01 +02:00

ssh-copy-id: Remove default key example

This commit is contained in:
Agniva De Sarker 2017-02-25 17:36:51 +05:30
parent 65f45a1517
commit abd52f0ce8

View file

@ -6,10 +6,6 @@
`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}}`