0xDA221E / Login-push

Sends an alert through the mobile push notification APIs like Pushover when someone logs into your Linux box. SSHd, physical terminal or even sudo, all of them trigger notifications.
GNU General Public License v3.0
3 stars 1 forks source link

During installation allow user to choose whether to make notifications optional / required #2

Open liamjack opened 8 years ago

liamjack commented 8 years ago

Optional: if the notification is not sent successfully then go ahead with login Required: The user will not be able to login as long as the notification cannot be sent (must have some kind of override otherwise this could fuck people up)

0xDA221E commented 8 years ago

This blocks login if the network is offline, maybe we should ping Google, and if it's down, allow the login anyways, but if Google is up and Pushover is down, deny it?

liamjack commented 8 years ago

Good idea