Bugzilla – Attachment 1551 Details for
Bug 1492
ssh-copy-id should default to RSA (protocol 2) keys
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
change ssh-copy-id default to id_rsa
ssh-copy-id.rsa.patch (text/plain), 1.14 KB, created by
Colin Watson
on 2008-07-25 20:10:16 AEST
(
hide
)
Description:
change ssh-copy-id default to id_rsa
Filename:
MIME Type:
Creator:
Colin Watson
Created:
2008-07-25 20:10:16 AEST
Size:
1.14 KB
patch
obsolete
>--- openssh-5.1p1.orig/contrib/ssh-copy-id.1 >+++ openssh-5.1p1/contrib/ssh-copy-id.1 >@@ -18,7 +18,7 @@ > .. > .TH SSH-COPY-ID 1 "14 November 1999" "OpenSSH" > .SH NAME >-ssh-copy-id \- install your identity.pub in a remote machine's authorized_keys >+ssh-copy-id \- install your public key in a remote machine's authorized_keys > .SH SYNOPSIS > .B ssh-copy-id [-i [identity_file]] > .I "[user@]machine" >@@ -42,7 +42,7 @@ > If the > .B -i > option is given then the identity file (defaults to >-.BR ~/.ssh/identity.pub ) >+.BR ~/.ssh/id_rsa.pub ) > is used, regardless of whether there are any keys in your > .BR ssh-agent . > Otherwise, if this: >--- openssh-5.1p1.orig/contrib/ssh-copy-id >+++ openssh-5.1p1/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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1492
: 1551