Enable Password Based Authentication in GCP Virtual Machine
You can set password for existing user or create user and set password.
create user useradd user
create password passwd user
Update configuration file /etc/ssh/ssh_config to enable password based authentication.
PasswordAuthentication yes
R...
neerajsinghnegi.hashnode.dev1 min read