Bugzilla – Attachment 1935 Details for
Bug 1828
ssh-copy-id fails when there is a whitespace in the identity file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patchfile which fixes ssh-copy-id problem with identity files containing whitespaces
ssh-copy-id.patch (text/plain), 289 bytes, created by
Gwenael Lambrouin
on 2010-10-14 03:09:28 AEDT
(
hide
)
Description:
patchfile which fixes ssh-copy-id problem with identity files containing whitespaces
Filename:
MIME Type:
Creator:
Gwenael Lambrouin
Created:
2010-10-14 03:09:28 AEDT
Size:
289 bytes
patch
obsolete
>--- ssh-copy-id.orig 2010-10-13 17:31:06.829509900 +0200 >+++ ssh-copy-id 2010-10-13 18:00:12.766749100 +0200 >@@ -25,7 +25,7 @@ > fi > > if [ -z "`eval $GET_ID`" ] && [ -r "${ID_FILE}" ] ; then >- GET_ID="cat ${ID_FILE}" >+ GET_ID="cat \"${ID_FILE}\"" > fi > > if [ -z "`eval $GET_ID`" ]; then
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
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 1828
: 1935