From 22f2d947d9ff22d4b378bc88a110ac4ee8e995b8 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sat, 15 Aug 2020 15:16:48 +0300 Subject: [PATCH] add sudo, drop openssh (dropbear is enough) --- .config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config b/.config index 4d45b4b18e..465980afe2 100644 --- a/.config +++ b/.config @@ -1779,7 +1779,7 @@ CONFIG_PACKAGE_htop=m # CONFIG_SCHROOT_LOOPBACK is not set # CONFIG_SCHROOT_LVM is not set # CONFIG_SCHROOT_UUID is not set -# CONFIG_PACKAGE_sudo is not set +CONFIG_PACKAGE_sudo=m # CONFIG_PACKAGE_syslog-ng is not set # @@ -4749,11 +4749,11 @@ CONFIG_PACKAGE_yggdrasil=m # SSH # CONFIG_PACKAGE_autossh=m -CONFIG_PACKAGE_openssh-client=m +# CONFIG_PACKAGE_openssh-client is not set # CONFIG_PACKAGE_openssh-client-utils is not set -CONFIG_PACKAGE_openssh-keygen=m +# CONFIG_PACKAGE_openssh-keygen is not set # CONFIG_PACKAGE_openssh-moduli is not set -CONFIG_PACKAGE_openssh-server=m +# CONFIG_PACKAGE_openssh-server is not set # CONFIG_PACKAGE_openssh-server-pam is not set # CONFIG_PACKAGE_openssh-sftp-avahi-service is not set # CONFIG_PACKAGE_openssh-sftp-client is not set