mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-06 11:27:33 +00:00
fix #5140: qdevice SSH access documentation
rephrase in order to not make it seem like password-based access is required. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
7c73a2099c
commit
f358b68663
@ -1056,13 +1056,13 @@ pve# pvecm qdevice setup <QDEVICE-IP>
|
|||||||
|
|
||||||
The SSH key from the cluster will be automatically copied to the QDevice.
|
The SSH key from the cluster will be automatically copied to the QDevice.
|
||||||
|
|
||||||
NOTE: Make sure that the SSH configuration on your external server allows root
|
NOTE: Make sure to setup key-based access for the root user on your external
|
||||||
login via password, if you are asked for a password during this step.
|
server, or temporarily allow root login with password during the setup phase.
|
||||||
If you receive an error such as 'Host key verification failed.' at this
|
If you receive an error such as 'Host key verification failed.' at this
|
||||||
stage, running `pvecm updatecerts` could fix the issue.
|
stage, running `pvecm updatecerts` could fix the issue.
|
||||||
|
|
||||||
After you enter the password and all the steps have successfully completed, you
|
After all the steps have successfully completed, you will see "Done". You can
|
||||||
will see "Done". You can verify that the QDevice has been set up with:
|
verify that the QDevice has been set up with:
|
||||||
|
|
||||||
----
|
----
|
||||||
pve# pvecm status
|
pve# pvecm status
|
||||||
|
Loading…
Reference in New Issue
Block a user