NVE: How To Reset SSH Rootid Passphrase

Сводка: Reset Secure Shell (SSH) rootid passphrase when unknown in NetWorker Virtual Edition (NVE) by deleting rootid_key and rootid_passphrase_encrypted files and regenerating keys.

Данная статья применяется к Данная статья не применяется к Эта статья не привязана к какому-либо конкретному продукту. В этой статье указаны не все версии продуктов.

Инструкции

NOTE: The contents of this KB are pulled from the NetWorker Virtual Edition Deployment Guide. The NVE deployement guide is available through: Support for NetWorker | Manuals & Documents 

Resetting SSH rootid passphrase

Follow these steps to reset the SSH rootid passphrase when it is unknown:

  1. Log in to the NVE using SSH as an admin user.
  2. Switch to the root user by entering the command sudo su.
  3. Delete the rootid_key and rootid_passphrase_encrypted files from the /usr/local/networker folder.
  4. Generate the rootid and the adminkey without passphrase.
  5. Apply the latest NVEUpgrade.

Details for steps 3 and 4 are as follows:

# Change directory to /usr/local/networker
cd /usr/local/networker

# Delete rootid_key and rootid_passphrase_encrypted files
rm -rf rootid_key rootid_passphrase_encrypted

# Generate rootid without passphrase
ssh-keygen -q -t ecdsa -b 521 -N "" -C "root@`hostname`" -f /root/.ssh/rootid

# Generate adminkey without passphrase
ssh-keygen -q -t ecdsa -b 521 -N "" -C "admin@`hostname`" -f /home/admin/.ssh/admin_key
Note: If prompted to overwrite, click Yes.

Дополнительная информация

The NVE will continue to function without a passphrase. During the next upgrade (specifically 19.12.x and later) will prompt you to create a new passphrase; thereby re-enabling passphrase protection

Затронутые продукты

NetWorker Family, NetWorker
Свойства статьи
Номер статьи: 000333905
Тип статьи: How To
Последнее изменение: 03 Nov 2025
Версия:  3
Получите ответы на свои вопросы от других пользователей Dell
Услуги технической поддержки
Проверьте, распространяются ли на ваше устройство услуги технической поддержки.