From 692e2e196d577eaa6df932df7e01d9311c572967 Mon Sep 17 00:00:00 2001 From: gotbletu Date: Sun, 26 Jan 2014 14:29:58 -0800 Subject: [PATCH] del junk --- ssh_passwordlesskey.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ssh_passwordlesskey.txt b/ssh_passwordlesskey.txt index 4a879ef..a4500d5 100644 --- a/ssh_passwordlesskey.txt +++ b/ssh_passwordlesskey.txt @@ -13,8 +13,6 @@ Notes for video: http://www.youtube.com/watch?v=LlGL-uBSe6M Enter same passphrase again: [Pess Enter key] Your identification has been saved in /home/heoyea/.ssh/id_rsa. Your public key has been saved in /home/heoyea/.ssh/id_rsa.pub. - The key fingerprint is: - 33:b3:fe:af:95:95:18:11:31:d5:de:96:2f:f2:35:f9 heoyea-core@.192.168.1.100 B1. copy local pub key to server pc (method 1) # this will send pub key and create ~/.ssh/authorized_keys file on server pc @@ -22,7 +20,7 @@ Notes for video: http://www.youtube.com/watch?v=LlGL-uBSe6M ssh-copy-id -i ~/.ssh/id_rsa.pub heoyea-core@192.168.1.100 - B2. copy local pub key to server pc (method 2) + B2. copy local pub key to server pc (method 2) - use if ssh-copy-id command on not on your system # send keys to server scp ~/.ssh/id_rsa.pub heoyea-core@192.168.1.100:/tmp/