Troubleshooting Commands : ssh client user

ssh client user
Description
Use the ssh client user command to configure the SSHv2 RSA authorized key for the specified SSH user.
Syntax
ssh client user <user name> authorized-key sshv2 <public key>
no ssh client user <user name> authorized-key sshv2 <public key>
ssh client user <user name> identity rsa2 {generate | private-key <private key> | public-key <public key>}
no ssh client user <user name> identity rsa2
ssh client user <user name> identity dsa2 {generate | private-key <private key> | public-key <public key>}
no ssh client user <user name> identity dsa2
no ssh client user <user name> identity
ssh client user <user name> known-host <known host> remove
Arguments
user <user name>
authorized-key sshv2 <public key>
Use the no form of this command to negate the authorized-key settings for the specified user.
Use the no form of this command to negate the authorized-key settings for the specified user.
known-host <known host> remove
private-key <private key>
public-key <public key>
Defaults
None.
Command Mode
Global Configuration Mode
See Also
See the following related commands:
n
n
n
Usage Guidelines
To negate the SSHv2 authorized-key settings for a specified user named “Chris”, where the public key ID is “columbus”:
(config) # no ssh client user Chris authorized-key sshv2 columbus
To delete all SSH client identity keys for a specified user named “Chris”:
(config) # no ssh client user Chris identity
To delete the RSAv2 identity for the user named “Chris”:
(config) # no ssh client user Chris identity rsa2
Examples
None.

Please send comments or suggestions regarding user documentation to techpubs@silver-peak.com.