From 2273c301778d605624f170df4e8d05c8dcc38553 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 17 Jul 2007 09:45:13 +0000 Subject: * ssh-copy-id defaults to ~/.ssh/id_rsa.pub rather than ~/.ssh/identity.pub, in line with ssh-keygen (thanks, Greg Norris; closes: #234627). --- contrib/ssh-copy-id | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/ssh-copy-id') diff --git a/contrib/ssh-copy-id b/contrib/ssh-copy-id index 093fb2668..2c480e359 100644 --- a/contrib/ssh-copy-id +++ b/contrib/ssh-copy-id @@ -1,11 +1,11 @@ #!/bin/sh -# Shell script to install your identity.pub on a remote machine +# Shell script to install your public key on a remote machine # Takes the remote machine name as an argument. # Obviously, the remote machine must accept password authentication, # or one of the other keys in your ssh-agent, for this to work. -ID_FILE="${HOME}/.ssh/identity.pub" +ID_FILE="${HOME}/.ssh/id_rsa.pub" if [ "-i" = "$1" ]; then shift -- cgit v1.2.3