I tried to deploy my app to digital ocean server following this tutorial.
So i can clone my apps successfully but when deployed the production one it required me to enter passphrase but when i type it in my terminal it seems like nothing happened like this
cap production deploy:initial
deploy@xxxxxx's password:
deploy@xxxxxx's password:
rvm 1.27.0 (latest) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
ruby-2.3.0
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]
00:00 git:wrapper
01 mkdir -p /tmp
✔ 01 deploy@139.59.235.223 0.080s
Uploading /tmp/xxxx.sh 100.0%
02 chmod 700 /tmp/xxxx.sh
✔ 02 deploy@139.59.235.223 0.088s
00:00 git:check
01 git ls-remote --heads git@bitbucket.org:xxxx/xxxx.git
01 Enter passphrase for key '/home/deploy/.ssh/id_rsa':
password101
passwordyololo
howtotypepassword
So how can i enter the passphrase in my terminal and pass this kind of security?
Thanks!