Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
ssh to agent in the cloud
Permanently deleted user
Created
Upon launching a teamcity agent in cloud, is there a way to dynamically create an ssh tunnel so the server will talk to the client on EC2 cloud through the ssh tunnel?
Salva,
It seems that the easiest approach is to configure EC2 agent machine to establish a tunnel to the network where server is residing on machine boot.
Alternative approach would be to write a TeamCity Java plugin that will execute a command on agent machine launch.