From e0feb06b2589832933686bcf56e492816f4f02f4 Mon Sep 17 00:00:00 2001 From: bandhand <41842610+bandhand@users.noreply.github.com> Date: Tue, 13 May 2025 15:36:47 -0700 Subject: [PATCH] Update README.md removed the ~/.ssh/ from the ssh-keygen command as its relevant to linux based terminals --- templates/2025_04/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/2025_04/README.md b/templates/2025_04/README.md index b3b9611..cee751e 100644 --- a/templates/2025_04/README.md +++ b/templates/2025_04/README.md @@ -15,5 +15,5 @@ az deployment group create -c -g -c --template-file vm.jsonc --paramet ''' ## CREATE A NEW SSHKEY ''' -ssh-keygen -t rsa -b 4096 -f ~/.ssh/my_vm_key -''' \ No newline at end of file +ssh-keygen -t rsa -b 4096 -f my_vm_key +'''