Sign inSign up

bysir/ssh-client

By bysir

Updated almost 8 years ago

ssh客户端 并忽略host认证

Image
0

379

bysir/ssh-client repository overview

Dockerfile

FROM alpine:3.4

RUN apk update && \
  apk add -U --no-cache \
  ca-certificates \
  openssh-client && \
  rm -rf /var/cache/apk/*
FROM alpine:3.4

RUN apk update && \
  apk add -U --no-cache \
  ca-certificates \
  openssh-client && \
  rm -rf /var/cache/apk/*

RUN echo "StrictHostKeyChecking=no" > /etc/ssh/ssh_config

Tag summary

Content type

Image

Digest

Size

3.5 MB

Last updated

almost 8 years ago

docker pull bysir/ssh-client