[BlueOnyx:23737] Re: Easy Migrate
Maurice de Laat
mdlaat at muisnetwerken.nl
Wed Mar 11 08:43:57 -05 2020
Hi Richard,
On 11-03-20 13:32, Richard Sidlin wrote:
>
> I am using Easy Migrate from a 5208R to a 5210R. When I type the command:
>
> ssh-copy-id root at 192.168.200.45, it comes back with:
>
> /usr/bin/ssh-copy-id: ERROR: No identities found
>
The ssh-copy-id copies your identity to a remote server (in the case of
easy migrate the source server), so that after that, the remote server
can let you in based on your identity instead of asking for a password.
In order for the ssh-copy-id to work, there has to be an identity
present. Apparently, there is none yet on your server. In order to
create one, you can use the command "ssh-keygen" on the target server.
Leave the passphrase blank when asked. After a successful keygen, you
should be able to use ssh-copy-id.
Kind regards
Maurice
More information about the Blueonyx
mailing list