[BlueOnyx:23738] Re: Easy Migrate

Richard Sidlin richard at helpinternet.co.uk
Wed Mar 11 09:08:36 -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

Thanks Maurice

I ran the command and got this output:

[root at mk-linux-03 ~]# ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.BUR
Etc

BUT - still getting this. I have rebooted both servers.

[root at web ~]# ssh-copy-id root at 192.168.200.45
/usr/bin/ssh-copy-id: ERROR: No identities found

Any other thoughts?






More information about the Blueonyx mailing list