Closed indira-ak closed 9 years ago
Default private key uses ~/.ssh/id_rsa key for auth. This file is supposed to be located at Build Agent machine.
Recently, a support for SSH-Agent auth was implemented by @webner . This feature will help you to make a key useful for connecting to any servers. It can be succefully combined with TeamCity ssh key management and ssh-agent build
Follow these steps:
Attachment has the full details about the settings done on teamcity build runner : SSH Deployer Authentication Issues log below,
Questions: My requirement is to deploy the artifacts (created in teamcity while compiling the code) to dev server through ssh deployer.