Sign inSign up

thrashr888/ssh

By thrashr888

Updated over 7 years ago

For running SSH. Built on a minimal alpine base.

Image
0

280

thrashr888/ssh repository overview

SSH Action

$ export SSH_KEY=cat ~/.ssh/id_rsa $ export SSH_PUBLIC_KEY=cat ~/.ssh/id_rsa.pub $ export HOST=www.example.com $ docker build -t ssh . $ docker run -e SSH_KEY -e SSH_PUBLIC_KEY -e HOST -it ssh

Tag summary

Content type

Image

Digest

Size

6.1 MB

Last updated

over 7 years ago

docker pull thrashr888/ssh