creepios/SFTP SSH Action
Upload files or directories via sftp and ssh
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Host to login | yes | localhost |
| port | Port to login | no | 22 |
| username | Username to login | yes | root |
| password | Passwort to login | yes | password |
| additionalPaths | Map of the path to upload multiple files. | no | {} |
| localPath | Local file or directory | yes | — |
| remotePath | Remote file or directory path (file or directories will be created) | yes | — |
| agent | Path to ssh-agent | no | process.env.SSH_AGENT |
| privateKey | Path to key file or directly the key (via secret or paste) | no | — |
| privateKeyIsFile | Define if private key is a local file or string | no | false |
| passphrase | Define a passphrase for encrypted private keys | no | — |
Outputs
no outputs