Answer the question
In order to leave comments, you need to log in
What does the administrator mean by the public part of the key in SSH format?
Good afternoon,
I made a website on WP, you need to upload it to the hosting, I asked the admin for access. He answered:
"Please send the public part of the key in openssh format to be added to authoreized_keys
"
What does he want from me and how is this related to my access to him on the server?
Thanks in advance!
Answer the question
In order to leave comments, you need to log in
He wants to give you SSH access to the server, not with a password, but with a key file.
You need to generate an openssh key, you will have a private key that you feed to Putty or any other Ssh client, and this key has a public part, so to speak public, that you send to it.
git-scm.com/book/es/v2/Git-on-the-Server-Generatin...
Here's how to generate a key, send it id_rsa.pub
Don't send it to ANYONE and hide id_rsa as far as possible, with its help you and will access the server.
We read in order:
https://ru.wikipedia.org/wiki/SSH
www.opennet.ru/base/sec/ssh_pubkey_auth.txt.html
habrahabr.ru/post/39254
There are 2 keys
1) open for placement
2) Closed for authorization
Key operation algorithm
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question