V
V
Vadim Remin2015-04-10 13:16:51
SSH
Vadim Remin, 2015-04-10 13:16:51

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

4 answer(s)
R
Rikcon, 2015-04-10
@dkudrin1

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.

K
krypt3r, 2015-04-10
@krypt3r

The id_rsa.pub file generated by the ssh-keygen utility

K
Konkase, 2015-04-10
@Konkase

We read in order:
https://ru.wikipedia.org/wiki/SSH
www.opennet.ru/base/sec/ssh_pubkey_auth.txt.html
habrahabr.ru/post/39254

A
Anton Nagaets, 2015-04-10
@gr1mm3r

There are 2 keys
1) open for placement
2) Closed for authorization
Key operation algorithm
950px-Public_key_encryption_for_rsa_only

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question