We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c60c7 commit 6ab35e4Copy full SHA for 6ab35e4
aws-ssm-ssh-proxy-command.ps1
@@ -38,7 +38,7 @@ aws ssm send-command `
38
39
sleep 10
40
41
- (grep -v -F \\\"\${authorized_key}\\\" authorized_keys || true) > authorized_keys~
+ (grep -v -F \\\"`$authorized_key\\\" authorized_keys || true) > authorized_keys~
42
mv authorized_keys~ authorized_keys
43
\"
44
"@
0 commit comments