Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (166 - 168 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"

#30 fixed Deal with xpra server blocking on dead sockets Antoine Martin Antoine Martin
Description

Detect when an xpra server has crashed hard and is blocking on a socket. At the moment we call

dotxpra.sockets()

which may block forever...

  • Add a timeout in there so that we detect the failure.
  • We may want to kill those servers or/and remove the broken socket.
#31 fixed dont DoS the line with icon requests Antoine Martin Antoine Martin
Description

When connected to a server via a slow line (<1Mbit?) we should just use the local icons and be happy with that rather than requesting lots of blobs from the server.
A standard install may have ~80 commands, each with a 5K icon so this could take up 400KB of bandwidth.
On MS Windows, there are no local icons, so we may want to throttle it instead.

Note: See TracQuery for help on using queries.