Skip to content

Commit b0e27d1

Browse files
committed
TUN-5504: Fix upload of packages to public repo
1 parent 73a265f commit b0e27d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ test-ssh-server:
116116
define publish_package
117117
chmod 664 cloudflared*.$(1); \
118118
for HOST in $(CF_PKG_HOSTS); do \
119-
ssh-keyscan -t rsa $$HOST >> ~/.ssh/known_hosts; \
119+
ssh-keyscan -t ecdsa $$HOST >> ~/.ssh/known_hosts; \
120120
scp -p -4 cloudflared*.$(1) cfsync@$$HOST:/state/cf-pkg/staging/$(2)/$(TARGET_PUBLIC_REPO)/cloudflared/; \
121121
done
122122
endef

0 commit comments

Comments
 (0)