Specifications
3-370
Cisco Wide Area Application Services Command Reference
OL-11817-01
Chapter 3 CLI Commands
(config) sshd
(config) sshd
To enable the SSH daemon on a WAAS device, use the sshd command in global configuration mode. To
disable the SSH daemon on a WAAS device, use the no form of this command.
sshd {allow-non-admin-users | enable | password-guesses number | timeout seconds |
version {1 | 2}}
Syntax Description
Defaults By default, the SSH daemon is disabled on a WAAS device. If you use the sshd enable command to
enable the SSH daemon on a WAAS device, the following default settings are used:
password-guesses number: 3 guesses
timeout seconds: 300 seconds
version: Both SSH Version 1 and 2 are enabled.
Command Modes global configuration
Device Modes application-accelerator
central-manager
allow-non-admin-users Allows nonadministrative users to gain SSH access to the chosen device
(or device group). By default, this option is disabled.
Note Nonadministrative users are non-superuser administrators. All
non-superuser administrators only have restricted access to a
WAAS device because their login accounts have a privilege level
of 0. Superuser administrators have full access to a WAAS device
because their login accounts have the highest level of privileges,
a privilege level of 15.
enable Enables the SSH daemon on a WAAS device.
password-guesses Specifies the number of allowable password guesses per connection.
number Maximum number of incorrect password guesses allowed (1–99). (The
default is 3.)
timeout Configures the number of seconds for which an SSH session will be
active during the negotiation (authentication) phase between client and
server before it times out.
Note If you have established an SSH connection to the WAAS device
but have not entered the username when prompted at the login
prompt, the connection will be terminated by the WAAS device
if the grace period expires even after successful login.
seconds SSH login grace time value in seconds (1–99999). (The default is 300.)
version Configures the SSH version to be supported on the WAAS device.
1 Specifies that SSH Version 1 is supported on the WAAS device.
2 Specifies that SSH Version 2 is supported on the WAAS device.