hamzasood / pam_touchid

A PAM module for authentication with Touch ID
GNU General Public License v3.0
441 stars 32 forks source link

use fingerprint for remote sudo #5

Closed nhooyr closed 7 years ago

nhooyr commented 7 years ago

I want to use my fingerprint to use sudo on my VPS through ssh. Is this possible?

cqexbesd commented 7 years ago

On 13. May 2017, at 02:03, Anmol Sethi notifications@github.com wrote:

I want to use my fingerprint to use sudo on my VPS through ssh. Is this possible?

It would not be easy. It certainly won't work out of the box. The VPS has no access to your fingerprint sensor.

In theory you could do some tunnelling across the ssh session but how you could make that secure I don't know.

Andrew

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

nhooyr commented 7 years ago

Yup, I figured. Thanks!