I am using the publish over ssh plugin. I have roughly 100 different servers configured for various applications to get automatically deployed to in a development environment. We have outgrown our Jenkins environment and are configuring a new environment using EC2. I'd like to somehow export all the existing ssh server configuration from our current jenkins instance (v1.455) and import them into our new EC2 based jenkins server (v1.475).
I do not want to simply override all of the new server configuration as we wanted to start fresh, but I do need to get the ssh servers moved over. Any thoughts? Thanks