Displaying 1 result from an estimated 1 matches for "pubkey_path".
Did you mean:
pkey_path
2024 Sep 29
1
Bug: ssh-copy-id mishandles dropbear
...; handling needs to go.
>
> the dropbear in openwrt and its knockoffs (i.e. 99.9999% of actual dropbear
> installations) does use /etc/dropbear/authorized_keys for the root user.
>
> https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=package/network/services/dropbear/patches/100-pubkey_path.patch;h=0ecca900b44ca944cb9ecd5d6c62735a27cfb2a9;hb=HEAD
K, that explains it. Its already fixed in 9.4, forgot I use an older
version at work:
https://github.com/openssh/openssh-portable/commit/bdcaf7939029433635d63aade8f9ac762aca2bbe
> and btw, just looking at the dropbear source code (and at...