Skip to content

shiphp/simple-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shiphp - Simple SSH

A Docker container to execute commands via SSH connections.

Instructions

  • Pull down the latest: docker pull shiphp/simple-ssh
  • Create a .env file with the following fields:
    • USER The remote connection's username.
    • HOST The IP for the remote connection.
    • SCRIPT The script to run on the remote server.
    • PRIVATE_SSH_KEY Your private SSH key that has remote access to the server.
  • Run the script: docker run --env-file .env shiphp/simple-ssh

About

A Docker container to execute commands via SSH connections.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages