A Docker container to execute commands via SSH connections.
220
A Docker container to execute commands via SSH connections.
docker pull shiphp/simple-ssh.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.docker run --env-file .env shiphp/simple-sshContent type
Image
Digest
Size
4.2 MB
Last updated
over 9 years ago
docker pull shiphp/simple-ssh