Skip to content

Commit e5ca2b0

Browse files
committed
Improve wording
1 parent 75eef95 commit e5ca2b0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

root/keygen.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ if [[ "$TYPE" == "rsa" ]]; then
2525
fi
2626

2727
# key generation
28-
echo "YOUR KEY/PUBFILE IS BELOW PLEASE SAVE THIS DATA AS WE WILL NOT"
28+
echo ""
29+
echo "YOUR KEYS ARE BELOW. PLEASE TAKE A COPY OF THEM AS THEY WILL NOT PERSIST ONCE THIS TERMINAL IS CLOSED."
30+
echo ""
2931
echo /tmp/stderr{,.pub} | xargs -n 1 ln -sf /dev/stderr && yes | ssh-keygen -t ${TYPE} ${BITS} -N '' -qf /tmp/stderr > /dev/null

0 commit comments

Comments
 (0)