Skip to content

Commit e725daa

Browse files
author
Greg Bowler
committed
Debug output keys
1 parent 4dd9cbd commit e725daa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

entrypoint

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ then
1313
echo "$action_ssh_key" > /root/.ssh/id_rsa
1414
echo "$action_ssh_key_pub" > /root/.ssh/id_rsa.pub
1515
chmod 600 /root/.ssh/id_rsa
16+
17+
echo "PRIVATE KEY:"
18+
cat /root/.ssh/id_rsa
19+
20+
echo "---"
21+
echo "PUBLIC KEY:"
22+
cat /root/.ssh/id_rsa.pub
1623
fi
1724

1825
if [ -n "$action_command" ]

0 commit comments

Comments
 (0)