From 1d73d93c87217a15c432694972bae642584389ca Mon Sep 17 00:00:00 2001 From: gotbletu Date: Sun, 26 Jan 2014 14:34:29 -0800 Subject: [PATCH] add username --- ssh_passwordlesskey.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ssh_passwordlesskey.txt b/ssh_passwordlesskey.txt index a4500d5..1f30d52 100644 --- a/ssh_passwordlesskey.txt +++ b/ssh_passwordlesskey.txt @@ -3,12 +3,17 @@ Notes for video: http://www.youtube.com/watch?v=LlGL-uBSe6M ## ssh passwordless login +username: +local pc = heoyea +server pc = heoyea-core + + A. generate a public key ( this will create id_rsa / id_rsa.pub files in ~/.ssh folder ) ssh-keygen # ex: prompt to comeplete Generating public/private rsa key pair. - Enter file in which to save the key (/home/jsmith/.ssh/id_rsa):[Press Enter key] + Enter file in which to save the key (/home/heoyea/.ssh/id_rsa):[Press Enter key] Enter passphrase (empty for no passphrase): [Press Enter key] Enter same passphrase again: [Pess Enter key] Your identification has been saved in /home/heoyea/.ssh/id_rsa.