You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🧀
Brendan DeBeasi
brendandebeasi
🧀
Senior DevOps & Software engineer specializing in web technologies :o)
Touch ID for sudo in tmux (macOS) - fix with pam_reattach
Touch ID for sudo in tmux (macOS)
By default, Touch ID authentication for sudo doesn't work inside tmux sessions.
This is because tmux runs in a different bootstrap namespace and can't access the
Security framework's authentication context.