|
@@ -35,7 +35,12 @@ else
|
35
|
35
|
chmod 755 "${sshwrapperfile}"
|
36
|
36
|
echo "-> Creating config file '${configfile}'."
|
37
|
37
|
cp ${dir}/config "${configfile}"
|
|
38
|
+ echo "-> Pubkey follows:"
|
38
|
39
|
echo
|
39
|
|
- echo " *** You should now edit '${configfile}' and set your own username and email. ***"
|
|
40
|
+ cat ${sshfile}.pub
|
40
|
41
|
echo
|
|
42
|
+ echo " *** You should now edit '${configfile}' and set your own pseudonymous username and email. ***"
|
|
43
|
+ echo
|
|
44
|
+ echo "-> To use your new identity:"
|
|
45
|
+ echo ". ${0/-setup/} ${id}"
|
41
|
46
|
fi
|