ssfs rev 50

ssfs: small improvments
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jun 12 19:19:39 2011 +0200 (2011-06-12)
parents 4b29fae9fce8
children a8e077c089e8
files ssfs
line diff
     1.1 --- a/ssfs	Sun Jun 12 19:16:41 2011 +0200
     1.2 +++ b/ssfs	Sun Jun 12 19:19:39 2011 +0200
     1.3 @@ -95,9 +95,12 @@
     1.4  			mkdir -p $HOME/.ssh
     1.5  			ssh-keygen -b 2048 -f $HOME/.ssh/id_rsa -P ''
     1.6  		fi
     1.7 +		echo ""
     1.8  		
     1.9  		# Upload key to the server.
    1.10  		gettext "Sending RSA secure key to:"; echo " $host"
    1.11 +		gettexz "Please enter you Ssfs password."
    1.12 +		echo -e "\n"
    1.13  		cat $HOME/.ssh/id_rsa.pub | \
    1.14  			ssh $login@$host 'cat - >> ~/.ssh/authorized_keys' || exit 1
    1.15  		gettext "Client is setup you can now sync"; echo ;;