[Bug 2599] New: Overly verbose partial authentication

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Jul 20 07:27:53 AEST 2016


https://bugzilla.mindrot.org/show_bug.cgi?id=2599

            Bug ID: 2599
           Summary: Overly verbose partial authentication
           Product: Portable OpenSSH
           Version: 7.2p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: ssh
          Assignee: unassigned-bugs at mindrot.org
          Reporter: cgallek at gmail.com

Created attachment 2856
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2856&action=edit
quiet-log.patch

When connecting to a server which requires multiple authentication
methods (eg AuthenticationMethods publickey,password
publickey,keyboard-interactive) the following message is displayed
after the first authentication succeeds:
"Authenticated with partial success."

This message is a bit too verbose especially in the context of other
tools (git, rsync, etc) which use ssh as the underlying protocol.

The attached patch moves this message from the INFO log level to
VERBOSE.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list