https://github.com/coldnew/telegram-authenticator
Use telegram as two-factor authentication service on any Unix PAM capable service like SSH.
https://github.com/coldnew/telegram-authenticator
Last synced: about 1 year ago
JSON representation
Use telegram as two-factor authentication service on any Unix PAM capable service like SSH.
- Host: GitHub
- URL: https://github.com/coldnew/telegram-authenticator
- Owner: coldnew
- Created: 2016-09-12T06:31:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-12T08:57:50.000Z (almost 10 years ago)
- Last Synced: 2025-04-12T15:05:17.363Z (about 1 year ago)
- Language: C
- Size: 13.7 KB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
>> Work in Progress
# Installation
Add following to =/etc/pam.d/sshd=
```
auth required pam_telegram_authenticator.so
```
You may need to enable challenge-response to your sshd config, or set =/etc/ssh/sshd_config=
```
ChallengeResponseAuthentication yes
```