Docker image based on alpine linux with installed openssh client and openssl tools.
Strict host key checking is disabled.
You can use environment variable SSH_DEPLOY_KEY
for your private key.
It will create ssh agent with your ssh key.
To avoid the usage of the ssh agent set the variable DISABLE_AGENT
to 1
Run the openssh
image:
docker run \
--rm \
--env SSH_DEPLOY_KEY=<YOUR-PRIVATE-KEY>
--volume "$(pwd)":/app \
finalgene/openssh \
<COMMAND-TO-RUN>
For further information about openssl take a look at the man page.
For further information about openssh take a look at the man pages:
-
Where to get help: the Docker Community Forums, the Docker Community Slack, or Stack Overflow
-
Where to file issues: Issue Tracker
-
Maintained by: The final gene Team
-
Source of this description: Repository README.md