It is possible to run a SSH server on the IP-STB. This enables you to examine and troubleshoot the software while the IP-STB is running.
Note! The SSH server is primarily for debugging and should probably not be used in live systems.
The SSH server is included in the boot image by adding the "kreatv-tool-ssh" package when building the boot image. It will listen for TCP connections on the standard port 22. Example:
kreatv-tool-ssh:<key>
The SSH server package takes as only parameter the full path to a public DSS/RSA key.
Note that the only allowed authentication method is via a public key, not using a password. Also note that the only available user is root.