Skip to content

SSH Remote Script Executor v0.0.15

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jul 09:56
· 1 commit to main since this release

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.