Enable Password Based Authentication in GCP Virtual Machine
Jul 13, 2024 · 1 min read · 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...
Join discussion















