Say you are doing an automatic deployment script in TeamCity. The script uses SSH to connect to the prod environment. I do not trust the build server and do not want to store credentials in the build-script file. How can I get TeamCity to give me a username and password to send to the SSH command when I build for the first time?
Ubcoder
source share