fixing ssh
Some checks failed
Test Actions (self-test) / Build tiny multi-arch image (push) Successful in 9s
Test Actions (self-test) / Test Kubernetes actions (push) Failing after 16s
Test Actions (self-test) / Test SSH deploy action (push) Successful in 19s

This commit is contained in:
2026-07-13 21:04:12 -03:00
parent e8eb378541
commit cc5d2088bd

View File

@@ -107,6 +107,9 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt-get install -y openssh-server sudo apt-get install -y openssh-server
# Ensure privilege separation directory exists
sudo mkdir -p /run/sshd
# Generate host keys if missing # Generate host keys if missing
sudo ssh-keygen -A sudo ssh-keygen -A