Created
October 10, 2018 16:50
-
-
Save tkuennen/32a61bdbbf165e0ffd2ff9197f088ddf to your computer and use it in GitHub Desktop.
Add Duo 2FA for macOS logins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://duo.com/docs/macos | |
| cd ~/Downloads | |
| curl -o MacLogon-latest.zip https://dl.duosecurity.com/MacLogon-latest.zip | |
| unzip MacLogon-latest.zip | |
| cd MacLogon-1.0.4 | |
| ./configure_maclogon.sh | |
| dscl . ls /Users | grep -v _ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment