Chapter 6: Access Control for Administration
61
Remove an SSH Key File Entry
For example, the following steps create a key and then write the key to a restorer:
1.
On the remote machine, create the public and private SSH keys.
jsmith >
ssh-keygen -d
Generating public/private dsa key pair.
Enter file in which to save the key (/home/jsmith/.ssh/id_dsa):
.
.
2.
Press
Enter
to accept the file location and other defaults. The public key created under
/home/jsmith/.ssh
(in this example) is
id_dsa.pub
.
3.
On the remote machine, write the public key to the restorer,
dd10
in this example. The restorer
asks for the
sysadmin
password before accepting the key:
jsmith >
ssh -l sysadmin dd10 “adminaccess add ssh-keys” \
< ~/.ssh/id_dsa.pub
Remove an SSH Key File Entry
To remove one entry from the SSH key file, use the
adminaccess del ssh_keys
lineno
operation. The
lineno
variable is the line number as displayed by the
adminaccess show
ssh-keys
command. Available only to administrative users.
adminaccess del ssh-keys
lineno
For example, to remove the third entry in the SSH key file:
#
adminaccess del ssh-keys 3
Remove the SSH Key File
To remove the entire SSH key file, use the
adminaccess reset ssh-keys
operation.
Available only to administrative users.
adminaccess reset ssh-keys
Create a New HTTPS Certificate
To generate a new HTTPS certificate for the restorer, use the
adminaccess https
generate certificate
command. Available only to administrative users.
adminaccess https generate certificate
Summary of Contents for DD400 Series
Page 1: ...Software Version 3 1 2 DD400 Series Restorer User Guide ...
Page 4: ......
Page 38: ...Regulatory Standards Compliance xxxviii DD400 Series Restorer User Guide ...
Page 54: ...Hardware System Level Interfaces 16 DD400 Series Restorer User Guide ...
Page 60: ...Display the Space Usage Graphs 22 DD400 Series Restorer User Guide ...
Page 96: ...The License Command 58 DD400 Series Restorer User Guide ...
Page 102: ...Return Command Output to a Remote machine 64 DD400 Series Restorer User Guide ...
Page 128: ...Clean Operations 90 DD400 Series Restorer User Guide ...
Page 138: ...Display the History of Disk Failures 100 DD400 Series Restorer User Guide ...
Page 182: ...CIFS Command 144 DD400 Series Restorer User Guide ...
Page 194: ...Procedure Replace a Replica 156 DD400 Series Restorer User Guide ...
Page 210: ...Send Log messages to Another System 172 DD400 Series Restorer User Guide ...
Page 228: ...Operations for Trained Service Personnel 190 DD400 Series Restorer User Guide ...