From a84dd27f6b26481549810f221aff364a1ece59ea Mon Sep 17 00:00:00 2001 From: Matthieu Keller Date: Wed, 28 Aug 2013 14:11:57 +0200 Subject: [PATCH] remove ssh-copy-id --- cheatsheets/ssh-keygen | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cheatsheets/ssh-keygen b/cheatsheets/ssh-keygen index 5d9266d..b7b6504 100644 --- a/cheatsheets/ssh-keygen +++ b/cheatsheets/ssh-keygen @@ -3,9 +3,3 @@ ssh-keygen -t rsa # To generate a 4096-bit SSH key: ssh-keygen -t rsa -b 4096 - -# To copy a key to a remote host: -ssh-copy-id username@host - -# To copy a key to a remote host on a non-standard port: -ssh-copy-id username@host -p 2222