Ssh User - HPE FlexFabric 7900 Series Security Command Reference

Hide thumbs Also See for FlexFabric 7900 Series:
Table of Contents

Advertisement

Updating the RSA server key pair periodically prevents malicious hacking to the key pair and
enhances security of the SSH connections.
This command takes effect only on the SSH clients that use SSH1 client software.
Examples
# Set the RSA server key pair update interval to 3 hours.
<Sysname> system-view
[Sysname] ssh server rekey-interval 3
Related commands
display ssh server

ssh user

Use ssh user to create an SSH user and specify the service type and authentication method.
Use undo ssh user to delete an SSH user.
Syntax
In non-FIPS mode:
ssh user username service-type { all | netconf | scp | sftp | stelnet } authentication-type
{ password | { any | password-publickey | publickey } assign publickey keyname }
undo ssh user username
In FIPS mode:
ssh user username service-type { all | netconf | scp | sftp | stelnet } authentication-type
{ password | password-publickey assign publickey keyname }
undo ssh user username
Default
No SSH users exist.
Views
System view
Predefined user roles
network-admin
mdc-admin
Parameters
username: Specifies an SSH username, a case-sensitive string of 1 to 80 characters. If the
username contains ISP domain name, the form is pureusername@domain. The pureusername
argument is a string of 1 to 55 characters. The domain argument is a string of 1 to 24 characters.
service-type: Specifies a service type for an SSH user:
all: Specifies Stelnet, SFTP, SCP, and NETCONF.
scp: Specifies the service type as SCP.
sftp: Specifies the service type as SFTP.
stelnet: Specifies the service type as Stelnet.
netconf: Specifies the service type as NETCONF.
authentication-type: Specifies an authentication method for an SSH user:
253

Advertisement

Table of Contents
loading

Table of Contents