Skip to content

Commit

Permalink
fix test with pub key
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-martin committed Jan 8, 2024
1 parent e904f10 commit 1edf573
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,9 @@ $(T)serv_nagios_transfer: $(T).exists
@$(STOP_TEST) $@
$(T)serv_key: $(T).exists
@$(START_TEST) $@
$(EXE_MAN) server --preset=server_ssh_key browse /
set -x&&\
aspera_key_path=$$($(EXE_NO_MAN) conf ascp info --fields=ssh_private_rsa) &&\
$(EXE_MAN) server browse / --password=@none: --ssh-options=@json:'{"number_of_password_prompts":0}' --ssh-keys=$$aspera_key_path
@$(STOP_TEST) $@
$(T)asession: $(T).exists
@$(START_TEST) $@
Expand Down

0 comments on commit 1edf573

Please sign in to comment.