Issue
Note: this is not real information:
$ ssh-keygen -t rsa -C "[email protected]"
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/Tekkub/.ssh/id_rsa):
ssh.txt
I entered a file name here. Not sure if I should have:
Enter passphrase (empty for no passphrase):
I am stuck here. I type and it doesn't work.
Solution
Passwords normally don't show up in the console when you type them. That is intended. Just type your password, hit enter and repeat. It will work.
Answered By - xmjx Answer Checked By - Gilberto Lyons (WPSolving Admin)