.. _object_SshService: :index:`SshService` ------------------- Description *********** The SshService object represents the OpenSSH server service. When enabled/started the device can be accessed by any SSH and SCP clients. For security reasons this service should only be enabled and used during development. In production a running SSH service is a potential security risk and should be avoided under all circumstances. :**› Inherits**: :ref:`SystemService ` Overview ******** Properties ++++++++++ .. hlist:: :columns: 1 * :ref:`SystemService.description ` * :ref:`SystemService.enabled ` * :ref:`SystemService.name ` * :ref:`SystemService.running ` * :ref:`SystemService.timeout ` * :ref:`Object.objectId ` * :ref:`Object.parent ` Methods +++++++ .. hlist:: :columns: 1 * :ref:`SystemService.restart() ` * :ref:`SystemService.start() ` * :ref:`SystemService.stop() ` * :ref:`Object.deserializeProperties() ` * :ref:`Object.fromJson() ` * :ref:`Object.serializeProperties() ` * :ref:`Object.toJson() ` Signals +++++++ .. hlist:: :columns: 1 * :ref:`Object.completed() ` Properties ********** Example ******* See :ref:`SystemService example ` on how to use SshService.