CLI Guide
timeout login response
Specify how long the software waits for the login input (for example, the user name and password) before timing out.
Syntax
timeout login response seconds
To return to the default values, use the no timeout login response command.
Parameters
seconds
Enter a number of seconds the software waits before logging you out. The range is:
• VTY: the range is from 1 to 30 seconds, the default is 30 seconds.
• Console: the range is from 1 to 300 seconds, the default is 0 seconds (no timeout).
• AUX: the range is from 1 to 300 seconds, the default is 0 seconds (no timeout).
Defaults See the defaults settings shown in Parameters.
Command Modes LINE
Supported Modes All Modes
Command History
Version Description
9.9(0.0) Introduced on the FN IOM.
9.4(0.0) Supported on the FN I/O Aggregator.
9.3(0.0) Supported on the M I/O Aggregator.
Usage Information The software measures the period of inactivity dened in this command as the period between consecutive
keystrokes. For example, if your password is “password” you can enter “p” and wait 29 seconds to enter the next
letter.
SSH Server and SCP Commands
The Dell Networking OS supports secure shell (SSH) protocol versions 1.5 and 2.0. SSH is a protocol for secure remote login over an
insecure network. SSH sessions are encrypted and use authentication.
crypto key generate
Generates keys for the SSH server.
Syntax
crypto key generate {rsa | rsa1}
Parameters
rsa Enter the keyword rsa then the key size to generate a SSHv2 RSA host keys. The range
is from 1024 to 2048 if you did not enable FIPS mode; if you enabled FIPS mode, you can
only generate a 2048-bit key. The default is 1024.
rsa1 Enter the keyword rsa1 then the key size to generate a SSHv1 RSA host keys. The
range is from 1024 to 2048. The default is 1024.
Defaults Key size 1024; if you enable FIPS mode, the key size is 2048.
Security 1161