Connectivity Guide

Table Of Contents
radius-server vrf
Congures the RADIUS server for the management or non-default VRF instance.
Syntax
radius-server vrf {management | vrf vrf-name}
Parameters
management — Enter the keyword management to congure the RADIUS server for the management VRF
instance.
vrf vrf-name — Enter the keyword vrf followed by the name of the VRF to congure the RADIUS server
for that non-default VRF instance.
Defaults Not congured
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 congured
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
Supported Releases 10.4.1.0 or later
System management 633