Reference Guide

Table Of Contents
radius-server timeout
Configures the timeout used to resend RADIUS authentication requests.
Syntax
radius-server timeout seconds
Parameters seconds Enter the time in seconds for retransmission (0 to 1000).
Default An OS10 switch stops sending RADIUS authentication requests after five seconds.
Command Mode CONFIGURATION
Usage
Information
Use this command to globally configure the timeout value used on RADIUS servers. The no version of this
command resets the value to the default.
Example
OS10(config)# radius-server timeout 360
Supported
Releases
10.2.0E or later
radius-server vrf
Configures RADIUS server for the management VRF instance.
Syntax
radius-server vrf management
Parameters None
Defaults Not configured
Command Mode CONFIGURATION
Usage
Information
The no version of this command removes the RADIUS server from the management VRF instance.
Example
OS10(config)# radius-server vrf management
Supported
Releases
10.4.0E(R1) or later
show crypto ssh-key
Display the current host public keys used in SSH authentication.
Syntax
show crypto ssh-key {rsa | ecdsa | ed25119}
Parameters
rsa Displays the RSA public key.
ecdsa Displays the ECDSA public key.
ed25519 Displays the Ed25519 key.
Default Not configured
Command Mode EXEC
Usage
Information
After you regenerate an SSH server key with a customized bit size, disable and re-enable the SSH server to use the new public keys. Use the show crypto command to verify the changes.
If a remote SSH client uses strict host-key checking, copy a newly generated host key to the list of known hosts on the client device.
Example
OS10# show crypto ssh-key rsa
ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQCogJtArA0fHJkFpioGaAcp+vrDQFC3l3XFHtd41wXY9kM0Ar+37yRsDul8vKodqSDiGLRuPjFTcVjvDdSKWblJRsybkmA6nuHJIyPOScDepLlicMIOxDhXEE92VRAmGuLI2AoeVYcH+IneWXhwQOkOFLtpxfnsiQY65CfS4aGoHOHWSfX3wI7boEDRDuvZ8gzRxTuM16Qr+RxBLJ7/
OzkjNIN1/8Ok+8aJtCoJKbcYaduMjmhVNrNUW5TUXoCnp1XNRpkJzgS7Lt47yi86rqrTCAQW4eSYJIJs4
+4ql9b4MF2D3499Ofn8uS82Mjtj0Nl01lbTbP3gsF4YYdBWaFqp root@OS10
System management 509