1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

fix wrong meaning sentence in section 1.1 of authentication

This commit is contained in:
AquarHEAD Lou 2013-09-19 18:35:20 +08:00
parent f206b7a0d8
commit 681f866c30

View file

@ -44,7 +44,9 @@ could contribute a Windows guide to this, so we can include it here.
An SSH key is a mechanism that allows a *public* half one key to be placed on
a server, when we want to authenticate with that server, our SSH client uses
the **private** part of that key to negotiate with the server, if the keys are
correct, then we need to create the key.
correct, we are allowed to login.
Then we need to create the key.
**Hint:** If you have more than one developer in your team, they should all add their
public key to the `deploy` user's `authorized_keys` file, that way if someone