From 63cad5683628287f1726fd91d44b6ffec62a39f5 Mon Sep 17 00:00:00 2001 From: redbeardymcgee Date: Sat, 2 Nov 2024 13:13:12 -0500 Subject: [PATCH] requirements --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86f8a80..2b22592 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ ## Installation +My proof of concept server running this container stack is built on AlmaLinux +9.4. `podman` and `systemd` with `quadlet` support is required if you are using another +distro. + - Perform `dnf update` immediately ### [Repositories](https://wiki.almalinux.org/repos/) @@ -34,7 +38,7 @@ dnf install openssh-server ssh-keygen -t ed25519 -a 32 -f "~/.ssh/$localhost-to-$remotehost" ## Copy key to AlmaLinux -ssh-copy-id -i "~/.ssh/$localhost-to-$remotehost" "[${user}@]$remotehost" +ssh-copy-id -i ~/.ssh/"$localhost-to-$remotehost" "$user@$remotehost" ``` ### Override `sshd` config