No description
Find a file
2022-05-06 15:39:34 +02:00
src Add makefile. 2022-05-06 15:39:34 +02:00
Dockerfile Cleanup and fix of version output. 2022-05-06 15:28:11 +02:00
Makefile Add makefile. 2022-05-06 15:39:34 +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