aboutgitcodelistschat:MatrixIRC
path: root/vm-images/fcos_test.bu
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-06-28 14:17:41 +0200
committerAlice Frosi <afrosi@redhat.com>2023-06-28 14:21:26 +0200
commit7c783a3b82b27033b86f75c018f991ffa59fa548 (patch)
treee89aac0ab7388adde4580b395c6a0845e8cd968f /vm-images/fcos_test.bu
parentc6286510d5f8c1b7f82f9cdb9153f402a921a49e (diff)
downloadseitan-7c783a3b82b27033b86f75c018f991ffa59fa548.tar
seitan-7c783a3b82b27033b86f75c018f991ffa59fa548.tar.gz
seitan-7c783a3b82b27033b86f75c018f991ffa59fa548.tar.bz2
seitan-7c783a3b82b27033b86f75c018f991ffa59fa548.tar.lz
seitan-7c783a3b82b27033b86f75c018f991ffa59fa548.tar.xz
seitan-7c783a3b82b27033b86f75c018f991ffa59fa548.tar.zst
seitan-7c783a3b82b27033b86f75c018f991ffa59fa548.zip
vm-images: create script to setut fcos test VM
Diffstat (limited to 'vm-images/fcos_test.bu')
-rw-r--r--vm-images/fcos_test.bu20
1 files changed, 20 insertions, 0 deletions
diff --git a/vm-images/fcos_test.bu b/vm-images/fcos_test.bu
new file mode 100644
index 0000000..70edd1e
--- /dev/null
+++ b/vm-images/fcos_test.bu
@@ -0,0 +1,20 @@
+variant: fcos
+version: 1.4.0
+passwd:
+ users:
+ - name: core
+ # password: test
+ password_hash: "$y$j9T$MvL4tZ2JgfWZEaO4SFuMF0$tHtlfyp.LoPRrMrGAaNV8pvC5u62R8dicPnT0Z9LW65"
+ groups:
+ - wheel
+ - sudo
+storage:
+ files:
+ - path: /etc/ssh/sshd_config.d/20-enable-passwords.conf
+ mode: 0644
+ contents:
+ inline: |
+ # Fedora CoreOS disables SSH password login by default.
+ # Enable it.
+ # This file must sort before 40-disable-passwords.conf.
+ PasswordAuthentication yes