finalgene/openssh

Sponsored OSS

By finalgene

Updated over 2 years ago

OpenSSH and OpenSSL for CI

Image
Networking
Security
Operating systems
3

5M+

finalgene/openssh repository overview

OpenSSH & OpenSSL

CircleCI Codacy Badge

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

How to use this image

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:

Quick reference

Tag summary

Content type

Image

Digest

sha256:3488c5dd4

Size

12.4 MB

Last updated

over 2 years ago

docker pull finalgene/openssh

This week's pulls

Pulls:

1,497

Last week