Answer the question
In order to leave comments, you need to log in
How to connect via ssh with a ready private key in ubuntu?
Good afternoon! You need to connect to virtual servers. I use ubuntu, gave out a private_key file for the user under which you need to log in. How can you use this key?
Connected usually like this - ssh [email protected]
Answer the question
In order to leave comments, you need to log in
issued a private_key file
-i
, see details in man ssh
. ~/.ssh
a name corresponding to the type of key, then it will not be necessary to explicitly specify it, the details are in the same place man ssh
. ~/.ssh/config
. ssh -i <путь к к файлу ключа> [email protected]
Googling in 10 seconds...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question