GithubHelp home page GithubHelp logo

omarx3 / gnome-connection-manager-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mjun/gnome-connection-manager

0.0 2.0 0.0 127 KB

Tabbed SSH connection manager for GTK+ environments

License: GNU General Public License v3.0

Python 100.00%

gnome-connection-manager-1's Introduction

gnome-connection-manager

Tabbed SSH connection manager for GTK+ environments.

  • Gnome Connection Manager is licensed under the GNU General Public License version 3
  • It's designed in Glade and written in python, so it just needs PyGTK to run in any linux environment
  • Can store passwords for easy access to hosts
  • Supports multiple ssh tunnels for each host
  • Unlimited vertical/horizontal window splitting. You can have as many visible consoles as you want
  • Drag&Drop tabs between consoles
  • Connect to multiple hosts with just one click
  • Grouping hosts
  • Cluster mode. Work on several hosts at the same time
  • Customizable shortcuts
  • Send custom commands to hosts

Dependencies

Make sure you have installed the following packages (Ubuntu):

  • python-gtk2 (>= 2.22)
  • expect
  • python-vte
  • libglade2-0
  • python-glade2

On Ubuntu you can install them with the following one-liner:

sudo apt-get install python-gtk2 expect python-vte libglade2-0 python-glade2

Installing

Once you have dependencies installed, it's as simple as placing gnome-connection-manager directory to a location of your choice and typing in shell:

python gnome_connection_manager.py

If you want to run the application from menu/launcher you can create .desktop file in your /home/USERNAME/.local/share/applications directory. Assuming you placed gnome-connection-manager source in directory /home/USERNAME/.gnome-connection-manager/ your .desktop file could look like this:

[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Gnome Connection Manager
Comment=A simple ssh connection manager for gnome
GenericName=Connection Manager
Exec=/home/USERNAME/.gnome-connection-manager/gnome_connection_manager.py
Terminal=false
Type=Application
Icon=/home/USERNAME/.gnome-connection-manager/icon.png
Categories=GTK;GNOME;Network;

Replace USERNAME in examples above with your username.

Note about the author

The original author of GCM is Renzo Bertuzzi ([email protected]) and all credit goes to him. I really liked the application and decided to fix some bugs and add features that I need in everyday use. If you find my fork of GCM useful and would like to see some new features added don't hesitate to contact me at: [email protected]

gnome-connection-manager-1's People

Contributors

mjun avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.