Skip to content

Commit

Permalink
fix login and reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
p-wall committed Nov 28, 2024
1 parent 8165774 commit a92a6f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/cloud-init.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#cloud-config
users:
- name: username
password: password
plain_text_passwd: password
lock_passwd: false
chpasswd: { expire: false }
sudo: ALL=(ALL) NOPASSWD:ALL
shell: /bin/bash
Expand All @@ -24,3 +25,4 @@ runcmd:
- systemctl stop sshd
- systemctl disable sshd
- curl https://maintenance.auctionet.dev/it-ran
- reboot

0 comments on commit a92a6f5

Please sign in to comment.