Bug 2569 - ssh-copy-id is not working when LogLevel=quiet
Summary: ssh-copy-id is not working when LogLevel=quiet
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: ssh-copy-id (show other bugs)
Version: 6.6p1
Hardware: Other Linux
: P5 enhancement
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-19 23:37 AEST by Jakub Mroziński
Modified: 2016-08-02 10:42 AEST (History)
1 user (show)

See Also:


Attachments
suggested change (514 bytes, patch)
2016-05-19 23:37 AEST, Jakub Mroziński
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Mroziński 2016-05-19 23:37:32 AEST
Created attachment 2815 [details]
suggested change

ssh-copy-id is not working properly when there is setting in LogLevel=quiet .ssh/config
It could be fixed by adding -o LogLevel=info as a default option when trying to connect to remote server.
Comment 1 Jakub Jelen 2016-05-20 00:10:22 AEST
This is already in openssh-7.2:

https://github.com/openssh/openssh-portable/blob/master/contrib/ssh-copy-id#L234
Comment 2 Damien Miller 2016-08-02 10:42:57 AEST
Close all resolved bugs after 7.3p1 release