Enter passphrase for key /.ssh/id_rsa' after p

2019-08-12 05:44发布

I spent a lot of time with git well and once, when I push my commit - I had: enter passphrase for key /.ssh/id_rsa' . Read a lot about solution of it but finally can't find correct answer. enter image description here Does anybody know how to fix it and what happens?

1条回答
\"骚年 ilove
2楼-- · 2019-08-12 06:15

Looks like you have set passphrase for you ssh-key:

demas@ubuntu:/mnt/coursera$ ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/demas/.ssh/id_rsa): 
Created directory '/home/demas/.ssh'.
Enter passphrase (empty for no passphrase): 
查看更多
登录 后发表回答