Configuring SSH

Use the ssh command to configure the SSH server as SSH1, SSH2 or both. The default is SSH2. This command should only be enabled or disabled when the SSH server is disabled. This setting cannot be changed while the SSH server is running.

CLI Syntax:
config>system>security
    ssh
        preserve-key
        no server-shutdown
        version ssh-version
Example:
config>system>security# ssh
config>system>security>ssh# preserve-key
config>system>security>ssh# version 1-2

The following example displays the SSH server configuration as both SSH1 and SSH2 using a host-key:

A:ALU-1>config>system>security>ssh# info
----------------------------------------------
                preserve-key
                version 1-2
----------------------------------------------
A:ALU-1>config>system>security>ssh#