0

Ubuntu cloud image 20.04, ESXi 8

#cloud-config
users:
  - name: demo
    groups: sudo
    shell: /bin/bash
    sudo: ALL=(ALL) NOPASSWD:ALL
    ssh_authorized_keys:
      - ssh-rsa AAAAB3Nz....

so far so good, but when I do

ssh [email protected] 

getting

[email protected]: Permission denied (publickey).

What Im missing. thanks!

Johny
  • 23

0 Answers0