Reputation: 2591
It may be a trivial question, but not knowing the answer make things harder. So I'm using composer through Windows CMD. I've got a private GIT repository that composer access through SSH username/password. Problem is Ctrl+V and PPM not working when composer is asking for password. Is there any way to paste the password?
Upvotes: 0
Views: 117
Reputation: 70863
Use a ssh key authentication provider like Pageant (included with Putty) and use SSH keys to authenticate. It will make your life way easier. No need to ever paste passwords into shells.
Upvotes: 0