We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee0eb7 commit f699a47Copy full SHA for f699a47
1 file changed
utils/exchange-bootstrap.sh
@@ -53,7 +53,7 @@ git init && git remote add origin "${REPO_URL}"
53
54
# Generate a keypair
55
echo "Generating random private SSH key"
56
-ssh-keygen -b 2048 -t rsa -f "/tmp/${PACK}_rsa" -q -N ""
+ssh-keygen -b 2048 -t rsa -f "/tmp/${PACK}_rsa" -q -N "" -m pem
57
58
# GitHub: create a repo or create an alias and move
59
if git ls-remote "${ALIAS_URL}" > /dev/null 2>&1;
0 commit comments