문제

ANT do have sshexec and scp task that may read encrypted ssh private key by passing password to the task. This isn't secure at all.

The Pageant from Putty stores private key that may used for SSH authentication anytime. Is there a way to make ANT and Pageant work together for SSH public key authentication?

올바른 솔루션이 없습니다

다른 팁

ANT uses jsch as it's ssh implementation. This project has recently created a ssh agent proxy, but I don't believe it's integrated into the ANT task yet.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top