Skip to content

ssh-display: Introduce SSH support

Felipe Borges requested to merge wip/feborges/ssh into master

Embeding a terminal emulator and spawning an ssh command is quite straightforward in Boxes, and is what Vinagre does to support SSH.

In the future we should manage our credentials, connection options, and certificates.

Fixes #265 (closed)

This is a very basic/simple implementation and needs more work, it is a proof of concept.

Please test the Flatpak.

Merge request reports