Files
genode-world/src
Emery Hemingway 5fff9d4b5b SSH terminal client
A client of the Terminal service that connects to a shell on a remote
SSH server.

It is configured with a "host" file found in its root directory with the
following format:
<host name="sdf-eu.org" port="22" user="root" pass="foo" known="yes"/>

The port, pass, and known attributes are optional. The client will first
try to authenticate with a keypair found in the root directory with a
fallback to password authentication. The client will automatically
disconnect from hosts that are not found in "/known_hosts", unless the
"known" attribute is set to the negative in the host file.
2018-08-07 17:24:13 +02:00
..
2018-08-07 17:24:13 +02:00
2017-08-28 14:22:20 +02:00
2018-06-20 11:22:06 +02:00
2018-07-09 13:40:52 +02:00
2018-01-17 19:27:10 +01:00
2018-06-02 21:21:16 +02:00
2018-04-12 11:32:18 +02:00