Files
genode-world/recipes/pkg/ssh_client
Josef Söntgen 474a49a32c Rename ssh_client pkg
It is a client after all and it prevents clashing with the (currently
not existing) ssh_terminal pkg receipe.

Fixes #119.
2018-11-27 14:42:21 +01:00
..
2018-11-27 14:42:21 +01:00
2018-11-27 14:42:21 +01:00
2018-11-27 14:42:21 +01:00
2018-11-27 14:42:21 +01:00

	SSH terminal client

A Nitpicker terminal 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 a false in the host file.