Skip to content

Commit bd3845f

Browse files
authored
Put change on separate line
1 parent a88d49c commit bd3845f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book/04-git-server/sections/generating-ssh-key.asc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ The key fingerprint is:
3535
d0:82:24:8e:d7:f1:bb:9b:33:53:96:93:49:da:9b:e3 [email protected]
3636
----
3737

38-
First it confirms where you want to save the key (`.ssh/id_rsa`), and then it asks twice for a passphrase, which you can leave empty if you don't want to type a password when you use the key. However, if you do use a password, make sure to add the `-o` option. You can also use the `ssh-agent` tool to prevent having to enter the password each time.
38+
First it confirms where you want to save the key (`.ssh/id_rsa`), and then it asks twice for a passphrase, which you can leave empty if you don't want to type a password when you use the key.
39+
40+
However, if you do use a password, make sure to add the `-o` option. You can also use the `ssh-agent` tool to prevent having to enter the password each time.
3941

4042
Now, each user that does this has to send their public key to you or whoever is administrating the Git server (assuming you're using an SSH server setup that requires public keys).
4143
All they have to do is copy the contents of the `.pub` file and email it.

0 commit comments

Comments
 (0)