[Bug 1431] New: ssh-copy-id -i .ssh/*.pub hostname is noisy
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Thu Jan 17 16:40:36 EST 2008
https://bugzilla.mindrot.org/show_bug.cgi?id=1431
Summary: ssh-copy-id -i .ssh/*.pub hostname is noisy
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Miscellaneous
AssignedTo: bitbucket at mindrot.org
ReportedBy: mikel at mikelward.com
Created an attachment (id=1443)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1443)
redirect expr's output to /dev/null
If you run ssh-copy-id with the -i option and specify a file name
ending in .pub, it prints a number before doing anything.
This is because the expr call on line 14 prints the number of
characters matched.
The output of expr should be redirected to /dev/null.
Current in 4.7p1 on Fedora.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list