bugzilla-daemon at mindrot.org
2024-Apr-19  08:53 UTC
[Bug 3680] New: Wrong destination in case of dropbear server
https://bugzilla.mindrot.org/show_bug.cgi?id=3680
            Bug ID: 3680
           Summary: Wrong destination in case of dropbear server
           Product: Portable OpenSSH
           Version: 8.9p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: ssh-copy-id
          Assignee: unassigned-bugs at mindrot.org
          Reporter: vlebedev at scaleway.com
ssh-copy-id add public key to /etc/dropbear/authorized_keys
This is wrong place.  As mentionned here:
https://linux.die.net/man/8/dropbear  The correct place is
$HOME/.ssh/authorized_keys.
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2024-Apr-19  09:05 UTC
[Bug 3680] Wrong destination in case of dropbear server
https://bugzilla.mindrot.org/show_bug.cgi?id=3680
Darren Tucker <dtucker at dtucker.net> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at dtucker.net
--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
This was fixed in 9.4p1 in this commit:
https://github.com/openssh/openssh-portable/commit/bdcaf7939029433635d63aade8f9ac762aca2bbe
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed May 10 18:50:46 2023 +1000
    Special case OpenWrt instead of Dropbear.
    OpenWrt overrides the location of authorized_keys for root. 
Currently we
    assume that all Dropbear installations behave this way, which is
not the
    case.  Check for OpenWrt and root user before using that location
instead
    of assuming that for all Dropbear servers.  Prompted by Github
PR#250.
    SSH-Copy-ID-Upstream: 0e1f5d443a9967483c33945793107ae3f3e4af2d
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2024-Dec-04  22:01 UTC
[Bug 3680] Wrong destination in case of dropbear server
https://bugzilla.mindrot.org/show_bug.cgi?id=3680
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.