From fa06fbb9ddc36002f8b554f6e0db485aaf1c12ff Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Tue, 20 May 2025 14:47:35 +0000 Subject: [PATCH] fix: update save path of authorized_keys --- gitops_router.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitops_router.sh b/gitops_router.sh index 8978be5..49871e0 100644 --- a/gitops_router.sh +++ b/gitops_router.sh @@ -159,7 +159,7 @@ update) case "${args[0]}" in containerfile) update 0 Containerfile . 500 ;; access) update 2 access.yml . 400 ;; - authorized_keys) update 2 authorized_keys . 400 ;; + authorized_keys) update 2 authorized_keys .ssh 400 ;; ssh_router) update 1 ssh_router.sh .local/bin 500 ;; gitops_router) update 1 gitops_router.sh .local/bin 500 ;; validate_command) update 1 validate_command_access.sh .local/bin 500 ;;