Sshserverglobalconfiguration – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual
Page 136

126
Brocade Virtual ADX XML API Programmer’s Guide
53-1003248-01
Data structures
3
SshServerGlobalConfiguration
This structure is a high-level description of SSH server configuration information.
TABLE 308
Attributes
Parameters
Type
Presence
Rules
Description
enableSsh
Optional
Enabling SSH is
an
asynchronous
operation and
takes sometime
in case of
set/update API.
Specifies whether the
SSH server is enabled
or disabled.
authenticationRetries
unsignedInt
Optional
This
parameter’s
valid value
ranges between
1 and 5.
Specifies the number of
authentication retries
allowed.
idleTimeOut
unsignedInt
Optional
This
parameter’s
valid value
ranges between
0 and 240
minutes. 0
never timeout.
Specifies the Idle
timeout value in
minutes. The value 0
means never timeout.
loginTimeOut
unsignedInt
Optional
This
parameter’s
valid value
ranges between
1 and 120
seconds. The
default value is
120 seconds.
Specifies the SSH login
timeout in seconds.
enablePublicKeyAuth
Optional
Specifies whether the
public key
authentication is
enabled or disabled.
keySize
unsignedInt
This
parameter’s
valid value
ranges between
512 and 1024
bits. The
default value is
768 bits.
Specifies the SSH
server RSA key size The
default value is 768
bits.
enablePasswordAuth
Optional
Specifies whether
Password
authentication is
enabled or disabled.
permitEmptyPassword
boolean
Optional
Specifies whether the
empty password login is
permitted.