This commit is contained in:
accel 2023-03-19 14:15:20 +03:00
parent 7187ba8993
commit c5f838c62b

View File

@ -200,7 +200,7 @@ function zssh_generate_config4
then
sshkey="$zssh_private_keys/$ssh_node.key"
zshlibs_log zssh_client "generating '$dst' with key '$sshkey'"
matched=1
matched="1"
rm "$dst" 2> /dev/null
for src in "$srcs"/*.sshconf(N)
do