I've been using rundeck (an automation platform) to manage Linux servers for quite a while. Recently I've expanded the practice to Windows servers and have had some difficulties with authentication because either OS packages or Python modules were missing. Rundeck supports 4 types of authentication -- basic, credssp, ntlm, kerberos for the Windows system. It … Continue reading Managing Windows servers with Rundeck?
Month: December 2022
sudo not working with wildcard matching?
When working with sudo, one subtle thing is about shell wildcard matching. I didn't notice this until recently I needed to use a script to copy files from a remote server with one user A, but eventually put the files under another user B with changing owernship and permissions. My steps were scp, mv, chown, … Continue reading sudo not working with wildcard matching?