From c841d6fe528241adc4a5e296fb5f71c476def16a Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 16 May 2009 12:36:49 +0000 Subject: [PATCH] don't ask for ssh key filename git-svn-id: svn://svn.rot13.org/sysadmin-cookbook@71 191e9f34-6774-4a6d-acfc-7664dacd4a2a --- recepies/ssh/login-without-password/1.generate-root-ssh-key | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recepies/ssh/login-without-password/1.generate-root-ssh-key b/recepies/ssh/login-without-password/1.generate-root-ssh-key index 8e9ed45..10dffe6 100644 --- a/recepies/ssh/login-without-password/1.generate-root-ssh-key +++ b/recepies/ssh/login-without-password/1.generate-root-ssh-key @@ -1,3 +1,3 @@ -root@opl:~# test -f /root/.ssh/id_rsa || ssh-keygen -N '' +root@opl:~# test -f /root/.ssh/id_rsa || ssh-keygen -f /root/.ssh/id_rsa -N '' -- 2.20.1