문제

I need run some Ant tasks on remotely host over remotely host with VPN. Can I use sshexec or not. For example: On Teamcity server I run sshexec task to gateway host with VPN and I need run tasks on another host in this VPN.

Thanks for answers.

도움이 되었습니까?

해결책

Ant has sshexec tasks. Note that this needs third party libraries (jsch.jar) as listed here

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