J
J
JyriG2019-10-14 13:31:46
SSH
JyriG, 2019-10-14 13:31:46

What does it mean (PUTTY)?

5da44ed39b423536389225.jpeg
What does it mean? How to fix this error?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
Pavel Mezhuev, 2019-10-14
@mezhuev

From the server side, simple passwords are not supported as an authentication method:
Use keys. To do this, in PuTTY, specify the path to the private key in Connection → SSH → Auth, while the public part of the key should already be on the server.

C
CityCat4, 2019-10-14
@CityCat4

This server does not support keyboard entry as an authentication method, only keys. I usually put this on the account of automatic machines so that different assholes do not climb.

S
SagePtr, 2019-10-14
@SagePtr

To fix the error, use puttygen.exe (included in putty) to generate a key, save it to a safe place (Save private key button), specify the file with the private key in the putty settings in the section where Pavel indicated above in the answer, and the public part of the key , which is displayed in puttygen in the text field above, paste it into the file ~/.ssh/authorized_keys (if the file does not exist, create it, it must be a text file without extension, ~ means the home directory of the user for whom access by this key should be allowed, for root it is /root/.ssh/authorized_keys )

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question