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-04-18 23:29:56 +08:00
2018-04-24 04:17:36 +08:00
### Donate
< a href = "https://www.paypal.me/muriloventuroso" > PayPal< / a > | < a href = "https://www.patreon.com/muriloventuroso" > Patreon< / a >
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
* libgranite-dev
* libvte-2.91-dev
2018-04-18 23:32:45 +08:00
* libjson-glib-dev
2018-07-25 21:29:13 +08:00
* libunity-dev
2018-04-18 23:29:56 +08:00
* meson
* valac
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:
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)