Adding debian version 20250626-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
df936f4c29
commit
5f650fad52
2 changed files with 10 additions and 4 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
open-infrastructure-service-tools (20250626-1) experimental; urgency=medium
|
||||
|
||||
* Merging upstream version 20250626.
|
||||
* Updating openssh-tools preseeding for ssh-pubkey rename.
|
||||
|
||||
-- Daniel Baumann <daniel@debian.org> Thu, 26 Jun 2025 09:26:34 +0200
|
||||
|
||||
open-infrastructure-service-tools (20250625-1) experimental; urgency=medium
|
||||
|
||||
* Merging upstream version 20250625.
|
||||
|
|
|
@ -11,14 +11,13 @@ case "${1}" in
|
|||
|
||||
db_stop
|
||||
|
||||
cat > /usr/bin/ssh-authorizedkeys-command << EOF
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
cat /usr/share/openssh-tools/bin/ssh-pubkey.in > /usr/bin/ssh-pubkey
|
||||
|
||||
cat >> /usr/bin/ssh-pubkey << EOF
|
||||
${SSH_AUTHORIZEDKEYS_COMMAND}
|
||||
EOF
|
||||
|
||||
chmod 0755 /usr/bin/ssh-pubkey
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue