An open API service indexing awesome lists of open source software.

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.

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
```