Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Lars-Janssen's avatar

ssh passphrase key

Hello,

I'm trying to connect bitbucket with my homestead repo with the following:

git remote add origin [email protected]:projectname/project.git
git push -u origin --all # pushes up the repo and its refs for the first time
git push origin --tags # pushes up any tags

But when I do that I receive:

Enter passphrase for key '/home/vagrant/.ssh/id_rsa':

How do I get my passphrase?

0 likes
3 replies
maarten's avatar

I get the same message when i want to login to my digital ocean server. It was working fine. But now i get this message. Hope anybody can help me. Just updated my macbook to the latest OSX version, maybe that change something?

Thanks in advance.

Kind regards,

Maarten.

maarten's avatar

Hello @lars64 ,

Thanks for the reply. In my case it was even simpeler. I couldn't remember i entered a phrase when creating the key. So i hit return when de question pops up. After that i could enter my password and login to my machine.

Kinda silly.

Maarten.

1 like

Please or to participate in this conversation.