Skip to content

send pushbullet notification on successful ssh login

Notifications You must be signed in to change notification settings

jaemk/pushlogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pushlogin.py

Sends pushbullet notification on successful ssh login

Requires:

  • pushbullet.py
  • A pushbullet api key.
  • clone this repo and create a virtualenv in pushlogin virtaulenv -p python3.x pbenv
    • pip install -r requirements.txt
  • rename settings_copy.py to settings.py
    • update settings.py with your secret pushbullet key
    • update settings.py with the virtual env name (default is pbenv)

Add a line to your /etc/bash.bashrc (for all users) or ~/.bashrc (for current user only) /path/to/ssh_login.py

About

send pushbullet notification on successful ssh login

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages