]> andersk Git - openssh.git/blobdiff - contrib/ssh-copy-id
- (djm) [contrib/ssh-copy-id.1 contrib/ssh-copy-id] bz#1492: Make
[openssh.git] / contrib / ssh-copy-id
index acd36d398721f6fec3668626f7112fc22d6b80e8..df74d25c8c0d3d5595da72551f5b9c7e5152c004 100644 (file)
@@ -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
This page took 0.03272 seconds and 4 git commands to generate.