No description
Find a file
2022-05-06 02:20:44 +02:00
check Implement check and in. 2022-05-06 02:20:44 +02:00
common Implement check and in. 2022-05-06 02:20:44 +02:00
Dockerfile Implement check and in. 2022-05-06 02:20:44 +02:00
in Implement check and in. 2022-05-06 02:20:44 +02:00
out Basic docker image structure. 2022-05-05 23:23:10 +02:00
README.md Implement check and in. 2022-05-06 02:20:44 +02:00

concourse-ssh-resource

A resource type for a ssh resource

Source configuration



  • hostname: Required. Servers hostname to connect to.
  • port: Optional. Default 22. Port the ssh server accepts connections on.
  • user: Required. User as which to connect.
  • identity: Required. The private key used to authenticate.
  • hostkey: Required. The hostkey of the server.
  • files: Optional. File paths on the remote to get/put