Operating system: Ubuntu 20.04
OS version:
Cant transfer cause asking only root, cuz root has SSH key, cant choose other sudo user.
Hi,
If the destination system uses SSH key for authentication, you would need to configure both systems to use it accordingly. A source system would need a private key stored on /root/.ssh
, while destination system should have its correspondent public key added to /root/.ssh/authorized_keys
file.
Perhaps it would be easier to just allow password authentication for a moment you’re transferring your virtual server.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.