A
A
AlizonJohn2018-05-16 14:44:39
SSH
AlizonJohn, 2018-05-16 14:44:39

Is it possible to do SSH without authorization at all? Without password and key?

Hello! The question arose - is it possible to remove any authorization from port 22 (OpenSSH) at all? So that this command would immediately establish a connection
ssh [email protected]
. I understand that this is not safe, but security is not required here. And there is no way to enter a password or upload authorization keys to the client.
Is there a possibility to implement this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
enabl3, 2018-05-16
@enabl3

sshpass -p password ssh -o StrictHostKeyChecking=no [email protected]

A
Arman, 2018-05-16
@Arik

In /etc/ssh/sshd_config set PermitEmptyPasswords Yes and reload the ssh daemon?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question