Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 230)

Ticket Resolution Summary Owner Reporter
#26 fixed add ssh keys to host option Antoine Martin Antoine Martin
Description

If the account has an SSH key defined, we can just add it to the list of authorized keys on the server rather than storing the password.
shifter_add_key SHIFTER_KEY, SSH_KEY
This is the public key, so we need the UI widgets to point to the public key as well as private key. Windows keys generated by puttygen.exe must be converted on the server via "ssh-keygen -i"

#28 fixed run sessions and their clients with daemonizable threads Antoine Martin Antoine Martin
Description

At the moment, xpra supports this on the server: the xpra server stays alive even when shifter_server is stopped.
Ideally, we want to keep all the sessions running and just re-load the session files when the server re-starts. The problem comes from the fact that NX writes to stdout and we watch this output to get the current session state, we will need to redirect to a file instead and watch that (and maybe also start it with 'nohup'?)

#29 fixed register our mDNS service types: _shifter._tcp. and _shifter_reversed_mdns._tcp. Antoine Martin Antoine Martin
Description

Need to find out who is in charge of:

/usr/lib/avahi/service-types.db
Note: See TracQuery for help on using queries.