-1

I am trying to use the same SSH keys on a new machine. This was my original setup:

~/.ssh/mykey 

~/.ssh has 700 permission
~/.ssh/mykey has 600 permission

I used ssh -i to specify the key used to log into a server.

I copied the paths, contents, and permissions of mykey to my new laptop.

Unfortunately, the passphrase I used old machine is not working for my new laptop. Am I missing a step?

J W
  • 107
  • 1
  • 10

1 Answers1

-1

It looks like it is better to just create a new SSH key.

J W
  • 107
  • 1
  • 10