search for: targethomedir

Displaying 1 result from an estimated 1 matches for "targethomedir".

2002 Aug 09
0
Automation of public/private key generation
...ry: # $Log: ssh-keymanager,v $ # Revision 1.1 2002/07/08 16:04:13 ccadmin # Initial revision # # ------------------------------------------------------------------------------ SAVEDIR=`pwd` cd MYHOMEDIR=`pwd` MYHOSTNAME=`/bin/uname -n | cut -f1 -d .` MYNAME=`basename $0` TARGEThomedir=`pwd` TARGEThostname="" TARGETusername=${LOGNAME} MYUSERNAME=${LOGNAME} if [ -x /usr/xpg4/bin/cp ]; then CP="/usr/xpg4/bin/cp -p" else CP="/usr/bin/cp" fi ################################################################################ ### functions ######...