Answer the question
In order to leave comments, you need to log in
How do ssh-keygen and OS X work?
Hello.
There is a problem when generating a key using ssh-keygen on OS X 10.10.
If you press the ssh-keygen -t rsa
etner three times after entering, a standard key will be generated. Then I upload it to the server with the help ssh-copy-id -i имя ключа юзер@сервер
and everything works.
If in line:
Enter file in which to save the key (/home/user/.ssh/id_rsa):
Answer the question
In order to leave comments, you need to log in
ssh apparently uses the key from the id_rsa file when trying to connect. To specify the desired key, use the -i optionssh -i /home/user/mycool_key ip_address
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question