From 9f5acb12f47d034d238271c7f2bfea103f095487 Mon Sep 17 00:00:00 2001 From: redbeardymcgee Date: Sat, 2 Nov 2024 13:19:22 -0500 Subject: [PATCH] tilde doesn't expand in quotes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b22592..335cb82 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ and ssh clients. dnf install openssh-server ## Generate strong key on your laptop or workstation/desktop -ssh-keygen -t ed25519 -a 32 -f "~/.ssh/$localhost-to-$remotehost" +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"