Chapter 4 Function/System Settings and Display
4.1 User Management > import ssh-public-key
ETERNUS CLI User’s Guide
Copyright 2015 FUJITSU LIMITED P2X0-1030-09ENZ0
369
import ssh-public-key
For SSH (Secure SHell) connections, passwords or certificate keys can be used for authentication. This
command is used to import a SSH public key into an ETERNUS DX Disk storage system from an FTP server when
using the certificate key method of authentication.
• One certificate key corresponds to a single user account.
• Even if a specific user account is disabled, a key may still be imported.
The key types that are supported are as follows:
• OpenSSH style RSA for SSH v1 (Strength 1024bit, 2048bit, or 4096bit)
• IETF style DSA for SSH v2 (Strength 1024bit, 2048bit, or 4096bit)
• IETF style RSA for SSH v2 (Strength 1024bit, 2048bit, or 4096bit)
■ Syntax
■ Parameter
import ssh-public-key -account-name
account_name
-port {maintenance | remote | fst} -server
server_name
-user
login_user_account
-filename
filename
[-indicator {enable | disable}]
-account-name
This parameter specifies a user account name used for a certificate key for authentication. Only
one user name can be specified at the same time.
-port This parameter specifies which Ethernet port is used to connect to the FTP server. For details,
refer to "1.11 Note for Specifying FTP Server" (page 31)
.
maintenance
MNT port
remote RMT port
fst FST port (ETERNUS DX410 S2/DX440 S2 only)
-server This parameter specifies an FTP server name where the public key is stored. The server name
format is IPv4 standard notation (a base 256 "d.d.d.d" string) or a fully qualified domain name.
Example: -server 192.168.1.20
Example: -server foo.bar
-user This parameter specifies the user name that is to be used to access the FTP server. When this
parameter is specified, the command displays an FTP server password prompt.
-filename This parameter specifies the name of the file that contains a public key.
-indicator Optional. This parameter specifies whether the progress indicator is displayed. If omitted, the
progress indicator is displayed.
enable Progress indicator is displayed.
disable Progress indicator is not displayed.