mrsixw / concourse-rsync-resource

concourse.ci resource for persisting build artifacts on a shared storage location with rsync and ssh.
Apache License 2.0
18 stars 40 forks source link

Configuration of SSH Port #2

Closed ppaulweber closed 8 years ago

ppaulweber commented 8 years ago

Added an additional configuration field called ".source.port" to define alternative SSH port for the server connection. By omitting the definition in the configuration the setting will fallback to the standard SSH port 22.

mrsixw commented 8 years ago

Thanks. I'll try and get the docker image updated today.

ppaulweber commented 8 years ago

Thanks to you too! very fast pull request merging and docker image update, already tested the concourse resource in my setup and works as expected.