mirror of
https://github.com/linuxserver/docker-openssh-server.git
synced 2026-01-19 11:21:51 +08:00
Improve wording
This commit is contained in:
parent
75eef9585c
commit
e5ca2b0d1b
@ -25,5 +25,7 @@ if [[ "$TYPE" == "rsa" ]]; then
|
||||
fi
|
||||
|
||||
# key generation
|
||||
echo "YOUR KEY/PUBFILE IS BELOW PLEASE SAVE THIS DATA AS WE WILL NOT"
|
||||
echo ""
|
||||
echo "YOUR KEYS ARE BELOW. PLEASE TAKE A COPY OF THEM AS THEY WILL NOT PERSIST ONCE THIS TERMINAL IS CLOSED."
|
||||
echo ""
|
||||
echo /tmp/stderr{,.pub} | xargs -n 1 ln -sf /dev/stderr && yes | ssh-keygen -t ${TYPE} ${BITS} -N '' -qf /tmp/stderr > /dev/null
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user