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:
- Log in to the NVE using SSH as an admin user.
- Switch to the root user by entering the command
sudo su. - Delete the
rootid_keyandrootid_passphrase_encryptedfiles from the/usr/local/networkerfolder. - Generate the
rootidand theadminkeywithout passphrase. - 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 11月 2025
版本: 3
从其他戴尔用户那里查找问题的答案
支持服务
检查您的设备是否在支持服务涵盖的范围内。