easy install: emphasise advice re passphrases on the new key
This commit is contained in:
parent
481242f6cb
commit
2a63026954
|
@ -126,15 +126,15 @@ ssh -p $port -o PasswordAuthentication=no $user@$host true ||
|
||||||
|
|
||||||
prompt "the next command will create a new keypair for your gitolite access
|
prompt "the next command will create a new keypair for your gitolite access
|
||||||
|
|
||||||
The pubkey will be $HOME/.ssh/$admin_name.pub. You will have to
|
The pubkey will be $HOME/.ssh/$admin_name.pub. You will have to choose a
|
||||||
choose a passphrase or hit enter for none. I recommend not having a
|
passphrase or hit enter for none. I recommend not having a passphrase for
|
||||||
passphrase for now, and adding one with 'ssh-keygen -p' *as soon as*
|
now, *especially* if you do not have a passphrase for the key which you
|
||||||
all the setup is done and you've successfully cloned and pushed the
|
are already using to get server access!
|
||||||
gitolite-admin repo.
|
|
||||||
|
|
||||||
After that, I suggest you (1) install 'keychain' or something
|
Add one using 'ssh-keygen -p' after all the setup is done and you've
|
||||||
similar, and (2) add the following command to your bashrc (since
|
successfully cloned and pushed the gitolite-admin repo. After that,
|
||||||
this is a non-default key)
|
install 'keychain' or something similar, and add the following command to
|
||||||
|
your bashrc (since this is a non-default key)
|
||||||
|
|
||||||
ssh-add \$HOME/.ssh/$admin_name
|
ssh-add \$HOME/.ssh/$admin_name
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue