I want to know if in google cloud it is possible to log in to my ssh server without publickey, since I need to delete and create users frequently and it becomes annoying to have to generate the keys
Most notably, there is a key authentication system and a password authentication system. You can actually set up an SSH login on a Linux server which requires no password. However, you do need a key, but you get it from the OpenSSH utility package. This provides you with a key generator on your local computer.
Head over to the file /etc/ssh/sshd_config, and change the following line :
PasswordAuthentication yes
Then restart sshd :
sudo service ssh restart
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With