Go to file
Frankie McEyes b9871f4d91
Translated using Weblate (Italian)
Currently translated at 100.0% (47 of 47 strings)

Translation: EasySSH/Extra
Translate-URL: https://hosted.weblate.org/projects/easyssh/extra/it/
2023-10-18 04:13:07 +00:00
.github Update ci.yml 2021-11-27 16:24:25 +09:00
data AppData: Add launchable tag 2022-12-24 13:14:26 +09:00
debian Release 1.7.8 2021-12-01 08:13:07 -03:00
meson Update post_install.py 2018-12-19 10:52:05 -02:00
po Translated using Weblate (Italian) 2023-10-18 04:13:07 +00:00
src SourceListView: Fix segfault when adding account 2023-05-24 20:45:59 +09:00
.gitignore Update 2019-01-07 09:29:28 -02:00
AUTHORS clean 2018-04-18 12:29:56 -03:00
LICENSE clean 2018-04-18 12:29:56 -03:00
README.md Looking for maintainers 2022-10-18 14:08:56 -03:00
com.github.muriloventuroso.easyssh.yml Update elementary Flatpak modules to 7.2 2023-05-23 21:52:30 +09:00
meson.build Release 1.7.9 2021-12-29 08:52:40 -03:00
meson_options.txt meson: Set option values for recent version of vte 2022-11-27 16:17:03 +09: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.

Looking for maintainers!

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 (>= 6.0.0)
  • 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

Thanks

Get it on AppCenter