comori/ssh-tool
ssh commond & scp files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Hostname or IP address of the server | yes | — |
| port | Port number of the server. | — | — |
| username | Username for authentication. eg: root | yes | — |
| password | Password for password-based user authentication. | — | — |
| privateKey | private key for either key-based or hostbased user authentication (OpenSSH format). | — | — |
| command | The shell command you want to execute. Multiple commands are separated by newlines. | — | — |
| sourceFiles | Source files to be transferred | — | — |
| targetDir | Destination folder for file transfer | — | — |
| scpFirst | Whether to execute scp first. default false | — | false |
Outputs
no outputs