Bug#1127723: ssh key change procedure doesn't work any more

Marc Haber <[email protected]> Thu, 12 Feb 2026 10:37:19 +0100
Newsgroups gmane.linux.debian.devel.www
Message-ID <177088903966.231163.10654252182455889439.reportbug__15420.5130458408$1770889167$gmane$org@swivel.ka51.zugschlus.de>
Package: www.debian.org
Severity: normal

Hi,

https://db.debian.org/doc-mail.html says

cat .ssh/id_rsa.pub | gpg --clearsign | mail [email protected]

which doesn't work. Today's gpg versions want to seek on the input file.

GPG_TTY="$(tty)" < .ssh/authorized_keys.d/dist/mh-yubikeys.pub gpg --clearsign | mail [email protected]

works.

Greetings
Marc