aboutsummaryrefslogtreecommitdiffstats
path: root/ssh.py
Commit message (Collapse)AuthorAgeFilesLines
* commentJesse Luehrs2014-09-151-0/+1
|
* don't assign a streamer to "q"Jesse Luehrs2014-09-151-0/+3
|
* display idle time and total time for streamersJesse Luehrs2014-09-151-5/+6
|
* don't wait forever for a channelJesse Luehrs2014-09-151-1/+1
|
* indicate if the streaming terminal is too bigJesse Luehrs2014-09-151-3/+25
|
* start working on providing more information in the watcher screenJesse Luehrs2014-09-151-2/+15
|
* refactorJesse Luehrs2014-09-151-6/+12
|
* a few ui tweaks in the watcher menuJesse Luehrs2014-09-151-1/+2
|
* need to stop watching when we disconnectJesse Luehrs2014-09-151-0/+1
|
* 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