From: Andre Noll Date: Sat, 4 Jul 2009 21:21:56 +0000 (+0200) Subject: INSTALL: Fix the help text on how to create the RSA key pair. X-Git-Tag: v0.3.5~31 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=043f0c8c9a4bd3cd4d9b5f87023bb5d7c0a19722;ds=sidebyside INSTALL: Fix the help text on how to create the RSA key pair. Some day, I will write a user-friendly script that generates the keys... --- diff --git a/INSTALL b/INSTALL index 70c30947..09a2616f 100644 --- a/INSTALL +++ b/INSTALL @@ -56,11 +56,12 @@ as user foo, and that you want to connect from client_host as user bar. As foo@server_host, create ~/.paraslash/server.users by typing the following commands: + user=bar target=~/.paraslash/server.users - key=~/.paraslash/key.pub.$LOGNAME + key=~/.paraslash/key.pub.$user perms=AFS_READ,AFS_WRITE,VSS_READ,VSS_WRITE mkdir -p ~/.paraslash - echo "user $LOGNAME $key $perms" >> $target + echo "user $user $key $perms" >> $target This gives "bar" the full privileges.