Go to file
Murilo Venturoso e2873cbddd Replace libunit with granite when displaying badges. Close #100 2020-08-22 10:50:52 -03:00
.github Create FUNDING.yml 2019-08-13 17:17:29 -03:00
data Release 1.7.1 2020-07-07 15:16:23 -03:00
debian Replace libunit with granite when displaying badges. Close #100 2020-08-22 10:50:52 -03:00
meson Update post_install.py 2018-12-19 10:52:05 -02:00
po Translated using Weblate (Dutch) 2020-08-18 13:32:51 +02:00
src Replace libunit with granite when displaying badges. Close #100 2020-08-22 10:50:52 -03:00
.gitignore Update 2019-01-07 09:29:28 -02:00
.travis.yml Downgrade Node.js to fix builds on Travis CI 2019-11-08 20:35:13 +01:00
AUTHORS clean 2018-04-18 12:29:56 -03:00
LICENSE clean 2018-04-18 12:29:56 -03:00
README.md Replace libunit with granite when displaying badges. Close #100 2020-08-22 10:50:52 -03:00
meson.build Replace libunit with granite when displaying badges. Close #100 2020-08-22 10:50:52 -03:00
meson_options.txt Replace libunit with granite when displaying badges. Close #100 2020-08-22 10:50:52 -03:00
snapcraft.yaml Replace libunit with granite when displaying badges. Close #100 2020-08-22 10:50:52 -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
  • 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 remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.github.muriloventuroso.easyssh

Run:

flatpak run com.github.muriloventuroso.easyssh

Get it on AppCenter