Преглед на файлове

ssh-copy-id: Remove default key example

Agniva De Sarker преди 8 години
родител
ревизия
abd52f0ce8
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      pages/common/ssh-copy-id.md

+ 0 - 4
pages/common/ssh-copy-id.md

@@ -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}}`