Configuring SSH Introduction
6-149
Software Reference for SwitchBlade x3100 Series Switches (Access and Security)
SET SSH SERVER (SEC)
Syntax
SET SSH SERVER [ HOSTKEY=keyname ] [ ALLOWEDAUTH={ auth-list | NONE
} ] [ REQUIREDAUTH={ auth-list | NONE } ] [ LOGINTIMEOUT=1..28800 ]
Description Configures the SSH server.
Options The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
SET SSH SERVER LOGINTIMEOUT=300
Option Description Default Value
HOSTKEY Name of DSA-PRIVATE key to be used as the host key.
Refer to CREATE SSH KEY to create this key and
SHOW SSH KEY to view a list of available keys.
ALLOWED-
AUTH
Allowed authentications specifying which authentication
techniques can be used to connect to the SSH Server.
Value must be "password", "publickey" or "pub-
lickey,password". A value of "NONE" will clear the list.
REQUIRED-
AUTH
Required authentications specifying which authentica-
tion techniques must be used to connect to the SSH
Server. Value must be "password","publickey" or "pub-
lickey,password". A value of "NONE" will clear the list. If
both ALLOWEDAUTH and REQUIREDAUTH parame-
ters have a value, the REQUIREDAUTH parameter
takes precedence.
LOGINTIME-
OUT
Amount of time, in seconds, that a user login session
may remain before it is timed out.