This commit is contained in:
2025-11-18 12:00:54 +02:00
parent 87db0194fb
commit 821a485a29

View File

@@ -1166,6 +1166,7 @@
PORT="{{ dev2_ssh_port }}"
sshpass -f "{{ dev2_passfile_used }}" scp \
-P "$PORT" \
-O \
-o StrictHostKeyChecking=no -o PubkeyAuthentication=no \
"{{ image_filename }}" "{{ dev2_ssh_user }}@${HOST}:{{ (dev2_ssh_user == 'root') | ternary('/', '') }}{{ dev2_image_dir }}/{{ image_filename }}"