aboutsummaryrefslogtreecommitdiffstats
path: root/ssh.py
Commit message (Expand)AuthorAgeFilesLines
* also notify on disconnectsJesse Luehrs2014-09-151-0/+1
* don't break if we get an ssh connection before a termcast connectionJesse Luehrs2014-09-151-0/+1
* allow rsa or dsa keysJesse Luehrs2014-09-151-2/+13
* make the ssh private key configurableJesse Luehrs2014-09-151-2/+2
* q should return to the watching menuJesse Luehrs2014-09-151-6/+14
* this works nowJesse Luehrs2014-09-151-5/+2
* start working on a watcher menu for the ssh sideJesse Luehrs2014-09-151-10/+24
* keep watchers around until they press qJesse Luehrs2014-09-151-1/+4
* actually broadcast the data being receivedJesse Luehrs2014-09-151-4/+15
* allow different kinds of message publishingJesse Luehrs2014-09-151-1/+2
* introduce a pubsub system for communicationJesse Luehrs2014-09-141-9/+7
* need to do \n -> \r\n translationJesse Luehrs2014-09-141-1/+3
* split the termcast and ssh handling out into separate filesJesse Luehrs2014-09-141-0/+47