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"