Skip to content

Instantly share code, notes, and snippets.

@nathanbirrell
Last active November 16, 2021 08:49
Show Gist options
  • Save nathanbirrell/2f990df26c060f143e3627cc50b8147a to your computer and use it in GitHub Desktop.
Save nathanbirrell/2f990df26c060f143e3627cc50b8147a to your computer and use it in GitHub Desktop.
Change CNTLM password on MacOS/Linux

Many corporate security policies require regular password changes, CNTLM makes these very easy.

First, get the hashes for the new password with:

cntlm -H

Copy and paste those hashes into your cntlm.conf file located at:

/usr/local/etc/cntlm.conf

Restart your CNTLM instance and reconnect, you should be good to go.

brew services restart cntlm

@dakzilla
Copy link

dakzilla commented Jul 22, 2019

The config file is at /etc/cntlm.conf on Ubuntu and the restart command would be service cntlm start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment