Skip to content

Commit e81195e

Browse files
author
Greg Bowler
committed
Only output md5 sums
1 parent e725daa commit e81195e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

entrypoint

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ then
1515
chmod 600 /root/.ssh/id_rsa
1616

1717
echo "PRIVATE KEY:"
18-
cat /root/.ssh/id_rsa
19-
20-
echo "---"
18+
md5sum /root/.ssh/id_rsa
2119
echo "PUBLIC KEY:"
22-
cat /root/.ssh/id_rsa.pub
20+
md5sum /root/.ssh/id_rsa.pub
2321
fi
2422

2523
if [ -n "$action_command" ]

0 commit comments

Comments
 (0)