cloud_config.yaml 190 B

1234567891011
  1. #cloud-config
  2. ssh_pwauth: no
  3. users:
  4. - default
  5. - name: yc-user
  6. groups: wheel
  7. sudo: ALL=(ALL) NOPASSWD:ALL
  8. shell: /bin/bash
  9. ssh_authorized_keys:
  10. - "${ssh_key}"