Sign inSign up

fingerliu/openssh

By fingerliu

Updated over 8 years ago

alpine with openssh

Image
0

2.1K

fingerliu/openssh repository overview

FROM alpine:3.7

MAINTAINER liupeng [email protected]

RUN apk update && apk add openssh RUN mkdir ~/.ssh/ RUN echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config

Tag summary

Content type

Image

Digest

Size

4.7 MB

Last updated

over 8 years ago

docker pull fingerliu/openssh