From 0d55bd1d30eda681160fa2889102a34be0f25a08 Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Tue, 12 Oct 2021 10:11:33 +0200 Subject: [PATCH] Also install openssh client on Alpine "openssh-server" installs ONLY sshd, "openssh" installs server and client. --- create_inventory_lxc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/create_inventory_lxc.yml b/create_inventory_lxc.yml index 430c302..b8bbeab 100644 --- a/create_inventory_lxc.yml +++ b/create_inventory_lxc.yml @@ -37,6 +37,7 @@ - "xbps-install -Suy python3 libgcc" ssh_package_name: + alpine: openssh opensuse: openssh voidlinux: openssh