From 8385dc1e4ddf6bf5092394d2ed9e59a89d9c0536 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Sat, 21 Jun 2025 07:19:50 -0500 Subject: [PATCH] some more enablement as i finalize OAM --- newSrv.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/newSrv.sh b/newSrv.sh index 9568cde..abed013 100644 --- a/newSrv.sh +++ b/newSrv.sh @@ -196,9 +196,19 @@ zsh \ zsh-autocompletions \ zsh-syntax-highlighting \ fonts-powerline \ +webmin \ +usermin \ +cockpit \ telnet \ postfix +#Coming very soon, 2fa for webmin/cockpit/ssh +#libpam-google-authenticator + +#https://www.ogselfhosting.com/index.php/2024/03/21/enabling-2fa-for-cockpit/ +#https://webmin.com/docs/modules/webmin-configuration/#two-factor-authentication +#https://www.digitalocean.com/community/tutorials/how-to-set-up-multi-factor-authentication-for-ssh-on-ubuntu-18-04 + echo "Completed running $FUNCNAME" }