twanluttik/SCP SSH Copy
Github Action to copy a folder to a remote server using SSH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| local | Path to the local folder you want to copy. | yes | — |
| remote | Path on the remote server to copy to. | yes | — |
| dotfiles | Determines if files with leading dot (.) on folder copy is included | no | false |
| rmRemote | If it is a directory, remote files in it will be deleted before the copy is started. | no | — |
| concurrency | Number of concurrent file transfers. | no | 1 |
| recursive | Wether copy of directory should be recursive | no | true |
| verbose | Log status of every file copy | no | true |
| host | Hostname or IP address of the server. | no | localhost |
| username | Username for authentication. | no | — |
| port | Port number of the server. | no | 22 |
| privateKey | File Location or string that contains a private key for either key-based or hostbased user authentication (OpenSSH format) | no | — |
| password | Password for password-based user authentication. | no | — |
| passphrase | For an encrypted private key, this is the passphrase used to decrypt it. | no | — |
| tryKeyboard | Try keyboard-interactive user authentication if primary user authentication method fails. | no | — |
| atomicPut | Upload files to temporary file first, then rename once upload completed | no | false |
Outputs
no outputs