[Touch-packages] [Bug 1966886] Re: ssh-copy-id and Dropbear Server

2023-11-15 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:9.4p1-1ubuntu1 --- openssh (1:9.4p1-1ubuntu1) noble; urgency=medium * Merge with Debian unstable. Remaining changes: - debian/rules: modify dh_installsystemd invocations for socket-activated sshd -

[Touch-packages] [Bug 1966886] Re: ssh-copy-id and Dropbear Server

2022-05-18 Thread Sergio Durigan Junior
Thanks for the further clarification. We don't carry delta for openssh in Ubuntu, and since this is a low priority bug it should really be reported against the Debian openssh package. Could you please file a bug there and post its link here? Thanks. ** Tags removed: server-todo -- You

[Touch-packages] [Bug 1966886] Re: ssh-copy-id and Dropbear Server

2022-05-16 Thread Gertjan
Just to add a voice to this: we see the same things migrating from 18.04 to 22.04 while controlling some embedded ARM/Debian devices running dropbear. The key are indeed appearing in the wrong place as stated above and the log in does not proceed as expected. We can work around this for

[Touch-packages] [Bug 1966886] Re: ssh-copy-id and Dropbear Server

2022-05-09 Thread Paride Legovini
** Tags added: server-todo -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/1966886 Title: ssh-copy-id and Dropbear Server Status in openssh package in Ubuntu: Triaged

[Touch-packages] [Bug 1966886] Re: ssh-copy-id and Dropbear Server

2022-05-09 Thread Paride Legovini
I found a (somehow stale) upstream PR that addresses this: https://github.com/openssh/openssh-portable/pull/250 We could include this as an Ubuntu patch, but it would be better to first see it merged upstream. It may be worth pinging there. ** Changed in: openssh (Ubuntu) Status: New

[Touch-packages] [Bug 1966886] Re: ssh-copy-id and Dropbear Server

2022-05-07 Thread Tobias Heider
I don't know much about dropbear but from your explanation it does indeed sound like this is an upstream OpenSSH bug that should be reported at https://bugzilla.mindrot.org/. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1966886] Re: ssh-copy-id and Dropbear Server

2022-03-31 Thread Ramin
the problem is in this file https://github.com/openssh/openssh-portable/blob/master/contrib/ssh- copy-id in line 335 dropbear*) populate_new_ids 0 [ "$DRY_RUN" ] || printf '%s\n' "$NEW_IDS" | \ $SSH "$@" "$(installkeys_sh /etc/dropbear/authorized_keys)" \ || exit 1

[Touch-packages] [Bug 1966886] Re: ssh-copy-id and Dropbear Server

2022-03-30 Thread Sergio Durigan Junior
Thank you for taking the time to file a bug report. I don't know if I fully understand the issue here. I installed dropbear inside a container, started it, and then ran ssh-copy-id on the host in order to copy my public key to the dropbear server. It got copied successfully and I was able to