user1910388
user1910388

Reputation: 235

Git Push and SSH key

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.

Upvotes: 0

Views: 329

Answers (2)

Dale Myers
Dale Myers

Reputation: 2821

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.

Upvotes: 1

Martin
Martin

Reputation: 2028

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.

Upvotes: 2

Related Questions