Sign inSign up

dchidell/docker-sshclient

By dchidell

•Updated over 7 years ago

Very simple SSH client container.

Image
0

4.6K

dchidell/docker-sshclient repository overview

⁠docker-sshclient

Very basic SSH client.

This simply installs 'openssh-client' on an alpine container and brings the user to a shell prompt.

The purpose of this container is to use as a tiny, portable SSH client for those who cannot use something like alpine and install a client when no internet access is available.

Use the below syntax to enter an interactive shell to run ssh:

docker run --rm -it dchidell/docker-sshclient

You can also pass a command directly in using the following (not much point, you'll still have to accept the host key and type commands):

docker run --rm -it dchidell/docker-sshclient 'ssh [email protected]'

Tag summary

Content type

Image

Digest

Size

4.3 MB

Last updated

over 7 years ago

docker pull dchidell/docker-sshclient