0

I'm having THIS PROBLEM

I cannot set up an SSH Key to rectify the problem. I'm following THESE STEPS to set up an SSH key. When I get to:

Enter passphrase (empty for no passphrase):

I cannot enter a passphrase.

What am I doing wrong? Thank you.

1
  • When you enter a passphrase, it doesn't show up - this is for security reasons. If you enter your passphrase and press enter, do you get an error? Commented Nov 1, 2013 at 12:36

2 Answers 2

2

If by "I cannot enter a passphrase", you mean that nothing is shown while you're typing in your passphrase, then there's no problem. You can simply type your passphrase, and then hit enter. Your passphrase should be asked twice.

If you've ever used sudo or su, you may remember that nothing is shown either.

Sign up to request clarification or add additional context in comments.

2 Comments

that's great thanks. Now on my command line I have: "My-MacBook-Pro:.ssh ME$" and I cannot cd into any directory or "git push -u origin master" Sorry for the continued question
@user1910388 Simply typing cd should put you back into your $HOME directory. To git push you should get back into your local repository (the directory that holds your source code, it has a .git folder (use ls -A to show hidden files/directories.))
1

Keep typing and press enter. It should work from there. On unix systems, by default, you just don't get any output when you type a password as this is more secure than showing obfuscated characters.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.