SSH Remote Script Executor v0.0.15
Features
- Execute scripts on remote hosts via SSH
- Support for custom SSH ports
- Password-based authentication
- Environment variables support
- Comprehensive error handling
Usage
- name: Execute remote script
uses: Eanix-Net/ssh-action@v0.0.15
with:
host:
username:
password:
script: |
echo "Hello from remote server!"See README.md for complete documentation.