Displaying 1 result from an estimated 1 matches for "do_hint".
Did you mean:
go_hint
2002 Aug 09
0
Automation of public/private key generation
...name}:${TARGEThomedir}/.ssh/authorized_keys"
echo ""
echo "ssh ${TARGETusername}@${TARGEThostname} ${TARGEThomedir}/${MYUSERNAME}_make_key"
ssh ${TARGETusername}@${TARGEThostname} ${TARGEThomedir}/${MYUSERNAME}_make_key
/usr/bin/rm -f ${MYUSERNAME}_make_key
}
# -
## ++
do_hint()
{
echo ""
echo "********************************************************************************"
echo ""
echo "To login on remote machine without typing in your password do the following:"
echo ""
echo " You need to start the agent, tell i...