[pbs-devel] [PATCH proxmox-backup] unbreak get_subscription without sshd installed

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Nov 10 17:54:07 CET 2020


On 10.11.20 16:59, Fabian Grünbichler wrote:
> which might be the case e.g. in a PBS container
> 

rather breaks it further, as in, one cannot use subscriptions at all
anymore...

> Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
> ---
> 
> Notes:
>     we might want to switch to a different file as base? or even generate a file
>     just for the server ID derivation?

using the openssh-server one has quite some advantages, be it only to
avoid tampering. I'd for now suggest adding the diff below to the meta
package - we can see if another option makes more sense for the next
major release.

btw, a specific container meta package like PMG has, without the kernel
dependencies could make sense to add.

----8<----
diff --git a/debian/control b/debian/control
index e88b965..d961da0 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Maintainer: Proxmox Support Team <support at proxmox.com>
 Package: proxmox-backup
 Architecture: all
 Depends: libc6,
+         openssh-server,
          proxmox-archive-keyring,
          proxmox-backup-client,
          proxmox-backup-server,
--






More information about the pbs-devel mailing list