Skip to content

Commit 01abccc

Browse files
committed
replace references to keyphrase with passphrase
1 parent c015494 commit 01abccc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

sites/en/installfest/create_an_ssh_key.step

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ option "Generate an SSH key" do
2929

3030
message "Press enter to accept the default key save location."
3131

32-
message "Next, you'll be asked for a keyphrase."
32+
message "Next, you'll be asked for a passphrase."
3333

34-
h1 "Choose whether to use a keyphrase"
34+
h1 "Choose whether to use a passphrase"
3535
blockquote do
36-
option_half "No keyphrase" do
36+
option_half "No passphrase" do
3737
message "Hit enter to accept blank passphrase, then hit enter again."
3838
end
39-
option_half "Keyphrase" do
39+
option_half "Passphrase" do
4040
message "If your computer is shared with other people, as in a work laptop, you should choose and enter a real passphrase. Twice."
4141
end
4242
end
@@ -45,10 +45,10 @@ option "Generate an SSH key" do
4545

4646
result <<-OUTPUT
4747
Generating public/private rsa key pair.
48-
Enter file in which to save the key (/Users/student/.ssh/id_rsa):
48+
Enter file in which to save the key (/Users/student/.ssh/id_rsa):
4949
Created directory '/Users/student/.ssh'.
50-
Enter passphrase (empty for no passphrase):
51-
Enter same passphrase again:
50+
Enter passphrase (empty for no passphrase):
51+
Enter same passphrase again:
5252
Your identification has been saved in /Users/student/.ssh/id_rsa.
5353
Your public key has been saved in /Users/student/.ssh/id_rsa.pub.
5454
The key fingerprint is:
@@ -70,9 +70,9 @@ The key fingerprint is:
7070
console "ssh-add ~/.ssh/id_rsa"
7171

7272
result <<-OUTPUT
73-
Enter passphrase for /Users/student/.ssh/id_rsa:
74-
Identity added: /Users/student/.ssh/id_rsa (/Users/student/.ssh/id_rsa)"
75-
OUTPUT
73+
Enter passphrase for /Users/student/.ssh/id_rsa:
74+
Identity added: /Users/student/.ssh/id_rsa (/Users/student/.ssh/id_rsa)"
75+
OUTPUT
7676
end
7777

7878
next_step 'create_a_heroku_account'

0 commit comments

Comments
 (0)