Block a user
hygienic-books
pushed to 6-add-ssh-to-bootloader at quico-os-setup/arch-zbm
2023-11-05 01:11:40 +00:00
hygienic-books
pushed to 6-add-ssh-to-bootloader at quico-os-setup/arch-zbm
2023-11-04 00:17:48 +00:00
Define target OS' static IP address
Allow user to predefine hostname
hygienic-books
pushed to 6-add-ssh-to-bootloader at quico-os-setup/arch-zbm
2023-11-03 22:46:44 +00:00
hygienic-books
pushed to main at quico-os-setup/mkinitcpio-dropbear-pacman-hook
2023-11-03 01:55:09 +00:00
hygienic-books
created branch 6-add-ssh-to-bootloader in quico-os-setup/arch-zbm
2023-11-03 00:40:32 +00:00
hygienic-books
pushed to 6-add-ssh-to-bootloader at quico-os-setup/arch-zbm
2023-11-03 00:40:32 +00:00
hygienic-books
pushed to main at quico-os-setup/mkinitcpio-dropbear-pacman-hook
2023-11-03 00:20:03 +00:00
hygienic-books
created repository quico-os-setup/mkinitcpio-dropbear-pacman-hook
2023-11-02 23:10:47 +00:00
Fix haproxy.cfg line 46
Test if syslinux with CommandLine behaves as expected
Docs clarification: settings via export or env file
Add SSH to ZBM bootloader
- Explain
ServerAliveCountMax
andServerAliveInterval
- We want
/usr/sbin/dropbear -E -s -j -k -K 1 -p <n>
ssh -o ServerAliveInterval=3 -o ServerAliveCountMax=0 <addr> -p <port>
-…
Add SSH to ZBM bootloader
Findings:
Install mkinitcpio-nfs-utils
# Add net hook to mkinitcpio.conf
sed -e '/HOOKS=/a HOOKS+=(net)' -i /etc/zfsbootmenu/mkinitcpio.conf
# In config.yaml change Kernel.CommandLine,…
At first boot after install zpool/data/home not mounted