Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1013 Bytes

README.md

File metadata and controls

47 lines (36 loc) · 1013 Bytes

sshplus

GTK3/Python3 fork of sshplus based on the original sshplus from Anil Gulecha.

Changes :

  • Updated to Gtk3 and Python3
  • Removed sshmenu support
  • Added option menu

Configuration: Create a file .sshplus in your home directory (touch ~/.sshplus). Edit the file and add the entries in the format NAME|COMMAND|arguments

For Example

Show top|gnome-terminal|-x top
sep

# this is a comment
label:SSH connections
# create a folder named "Home"
folder:Home
SSH Ex|gnome-terminal|-x ssh [email protected]
# to mark the end of items inside "Home", specify and empty folder:
folder:
# this item appears in the main menu
SSH Ex|gnome-terminal|-x ssh [email protected]

sep
label:RDP connections
RDP Ex|rdesktop|-T "RDP-Server" -r sound:local 1.2.3.4

Install and Run:

To run: /usr/local/bin/sshplus.py

Add this to the startup program list so that it runs when the user logs in.