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
`touch2sudo` is a standalone program if executed authenticates the user either through Touch ID or password. A successful authentication (confirmation) is signaled by a zero exit status from touch2sudo program.
4
11
To authenticate sudo commands, we configure touch2sudo as `SSH_ASKPASS` confirmation program, invoked by ssh-agent.
5
12
6
13
Infact this program can be used for any application that requires user authentication on Mac
7
14
8
-
The setup is described in the following sections
9
-
10
15
## Mac configuration
11
16
12
17
*Fingerprint authentication is done locally on Mac, but it acts as a gating mechanism for remote sudo authentication.*
3. Archive: (*Product -> Archive -> Distribute Content -> Build Products -> Next -> Save*) Save the archive folder. The touch2sudo executable will be in the `<ArchiveDir>/Product/usr/local/bin` path.
0 commit comments