Go to file
Murilo Venturoso 6ae458e0ed Update post_install.py 2018-12-19 10:52:05 -02:00
data Release 1.4.5 2018-11-30 07:39:33 -02:00
debian Release 1.4.5 2018-11-30 07:39:33 -02:00
meson Update post_install.py 2018-12-19 10:52:05 -02:00
po Duplicate Connections #41 2018-12-18 17:29:39 -02:00
src Duplicate Connections #41 2018-12-18 17:29:39 -02:00
.gitignore Dark Theme 2018-06-19 11:11:55 -03:00
.travis.yml Update debian control 2018-11-22 10:59:04 -02:00
AUTHORS clean 2018-04-18 12:29:56 -03:00
LICENSE clean 2018-04-18 12:29:56 -03:00
README.md Release 1.4.0 2018-11-20 14:44:01 -02:00
meson.build Release 1.4.5 2018-11-30 07:39:33 -02:00
meson_options.txt Release 1.4.0 2018-11-20 14:44:01 -02:00
snapcraft.yaml Update Snapcraft 2018-07-23 20:19:08 -03:00

README.md

Translation status

EasySSH

The SSH connection manager to make your life easier.

A complete, efficient and easy-to-use manager. Create and edit connections, groups, customize the terminal, with multiple instances of the same connection.

Get it on AppCenter

Features

  • Manage connections and groups
  • Customize terminal
  • Dark Theme
  • Multiple instances of same connection
  • Restore opened hosts
  • Sync ~/.ssh/config
  • Protect data with password

Donate

PayPal | Patreon

Screenshot

Screenshot

Get it on AppCenter

Developing and Building

If you want to hack on and build EasySSH yourself, you'll need the following dependencies:

  • libgee-0.8-dev
  • libgtk-3-dev
  • libgranite-dev
  • libvte-2.91-dev
  • libjson-glib-dev
  • libunity-dev
  • meson
  • valac
  • gpg

Run meson build to configure the build environment and run ninja test to build and run automated tests

meson build --prefix=/usr
cd build
ninja test

To install, use ninja install, then execute with com.github.muriloventuroso.easyssh

sudo ninja install
com.github.muriloventuroso.easyssh

Install with Flatpak

Install:

flatpak install flathub com.github.muriloventuroso.easyssh

Run:

flatpak run com.github.muriloventuroso.easyssh

Get it on AppCenter