Ssh User - HP 6125XLG Command Reference Manual

Blade switch security command reference
Table of Contents

Advertisement

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 | 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 | 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
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.
service-type: Specifies a service type for an SSH user:
all: Specifies Stelnet, SFTP, and SCP.
scp: Specifies the service type as SCP.
sftp: Specifies the service type as SFTP.
stelnet: Specifies the service type of Stelnet.
authentication-type: Specifies an authentication method for an SSH user:
password: Specifies password authentication. This authentication method features easy and fast
encryption, but it is vulnerable. It can work with AAA to implement user authentication,
authorization, and accounting.
any: Specifies either password authentication or publickey authentication.
password-publickey: Specifies both password authentication and publickey authentication
(featuring higher security) if the client runs SSH2, and specifies either type of authentication if the
client runs SSH1.
publickey: Specifies publickey authentication. This authentication method has complicated and
slow encryption, but it provides strong authentication that can defend against brute-force attacks.
169

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents