remote session manager

This application is planned as ssh/rdc/vnc GUI connections manager and GUI for entering username and password for ssh connections.

Planned as two separated applications:

Manager

  1. Uses for manage (create/remove/view/connect) of remote connections and applications.
  2. Able to add shortcuts for connections to desktop / DE menu / some directory. Creates .desktop files.
  3. Remote connections or applications may be:

Launcher

  1.  Provide ability to enter username and password via GUI.

Manager creates .desktop file with for example those line

...

name=QT creator on main box

exec=sshlauncher -X yurkis@192.168.1.11 qtcreator

...