Both SSH v1 and SSH v2 services are supported on the OnBoard. The OnBoard administrator may disable either version; if only one version is enabled, authorized users can use only a client running the same version that is enabled.If SSH is enabled, authorized users can use ssh in the following ways.
• Access the OnBoard console using ssh and then connect through the OnBoard to perform device management actions.
• Using ssh with special device management commands to perform device management actions without having to log into the OnBoard first.The format of the ssh command line is shown in the following screen example.
-t is required to launch an interactive session.username is the name of the authorized user.devicename is the name/alias that was assigned to the device by the OnBoard administrator.onboard_IP_or_DNS_name is the IP address of the OnBoard or its DNS name.command is one of the OnBoard-specific device management commands.