NetApp AltaVault Cloud Integrated Storage Administration Guide 101
Beta Draft
Configuring SSH Access Configuring security settings
2. At the user prompt, enter the enable command:
> enable
3. At the enable mode prompt, enter the configuration mode command:
# configure terminal
4. At the configuration mode prompt, enter the following SSH command, providing the public SSH key information
for the <authorized-key> field.
(config)# ssh server user <username> authorized-key <authorized-key>
For example:
config) # ssh server user admin authorized-key "ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQC7ZCATT6tD3t5JmS276WzIJpVoPn+0ReCbRThpyh/2Glsv346
XV3Odz1954gd2n1kpeMckt7iSv6EgF2oGWMPE1h9tiCY5PKumZsT7bwQ94Y8IML+ZsldggVDOqRXRyXsInAm0hLCOFp3Ux
g4SUxjcTwJM82ZP6jTSMLVjxWJhZKqJLzQpsUgv0BuAaQWdeS6vyNmgxfm+Fpv4Ov2o376sPSmnEPodkyGnXTnn1JoQPH0
ICrrwt8of6IxObKH9HEBUaO94qZ+XLT+7SM6s9j4uR53KON8DnHNkntpGFDmR9hL6Krg9KWVCOb7Z0amNDk1p4y4bOkcMk
AXMm+v6ldT user@example.com"
To disable SSH access using public key
To delete an authorized public key (disabling SSH access for a given user), enter the index number of the public key.
For example, the first key added would have index value 1.
CLI (config) # no ssh server user admin authorized-key 1