fix: update save path of authorized_keys
This commit is contained in:
parent
4f0e173ce2
commit
fa06fbb9dd
@ -159,7 +159,7 @@ update)
|
|||||||
case "${args[0]}" in
|
case "${args[0]}" in
|
||||||
containerfile) update 0 Containerfile . 500 ;;
|
containerfile) update 0 Containerfile . 500 ;;
|
||||||
access) update 2 access.yml . 400 ;;
|
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 ;;
|
ssh_router) update 1 ssh_router.sh .local/bin 500 ;;
|
||||||
gitops_router) update 1 gitops_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 ;;
|
validate_command) update 1 validate_command_access.sh .local/bin 500 ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user