@@ -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
4747Generating 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):
4949Created 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:
5252Your identification has been saved in /Users/student/.ssh/id_rsa.
5353Your public key has been saved in /Users/student/.ssh/id_rsa.pub.
5454The 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
7676end
7777
7878next_step 'create_a_heroku_account'
0 commit comments