2018-08-29 03:51:22 +08:00
[](https://hosted.weblate.org/engage/easyssh/?utm_source=widget)
2018-04-18 23:29:56 +08:00
< h1 align = "center" > EasySSH< / h1 >
## 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.
< p align = "center" >
< a href = "https://appcenter.elementary.io/com.github.muriloventuroso.easyssh" > < img src = "https://appcenter.elementary.io/badge.svg" alt = "Get it on AppCenter" / > < / a >
< / p >
2018-08-16 20:00:22 +08:00
2018-08-16 19:59:17 +08:00
### Features
* Manage connections and groups
* Customize terminal
* Dark Theme
* Multiple instances of same connection
* Restore opened hosts
* Sync `~/.ssh/config`
2018-11-21 00:44:01 +08:00
* Protect data with password
2018-04-18 23:29:56 +08:00
2018-04-24 04:17:36 +08:00
### Donate
2019-07-09 08:21:10 +08:00
< a href = "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=YQ7R5KQJPUNNU¤cy_code=BRL&source=url" > PayPal< / a > | < a href = "https://www.patreon.com/muriloventuroso" > Patreon< / a >
2018-04-24 04:17:36 +08:00
2018-04-18 23:29:56 +08:00

2018-06-19 22:25:49 +08:00
2018-08-16 19:59:17 +08:00

2018-04-18 23:29:56 +08:00
[](https://appcenter.elementary.io/com.github.muriloventuroso.easyssh)
## Developing and Building
2018-07-02 20:38:13 +08:00
If you want to hack on and build EasySSH yourself, you'll need the following dependencies:
2018-04-18 23:29:56 +08:00
* libgee-0.8-dev
* libgtk-3-dev
2021-11-16 20:53:38 +08:00
* libgranite-dev (>= 6.0.0)
2018-04-18 23:29:56 +08:00
* libvte-2.91-dev
2018-04-18 23:32:45 +08:00
* libjson-glib-dev
2018-04-18 23:29:56 +08:00
* meson
* valac
2018-11-21 00:44:01 +08:00
* gpg
2018-04-18 23:29:56 +08:00
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
2018-06-19 22:18:41 +08:00
## Install with Flatpak
Install:
2019-04-03 02:44:03 +08:00
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
2018-06-19 22:18:41 +08:00
flatpak install flathub com.github.muriloventuroso.easyssh
Run:
flatpak run com.github.muriloventuroso.easyssh
2018-04-18 23:29:56 +08:00
-----
[](https://appcenter.elementary.io/com.github.muriloventuroso.easyssh)