Skip to content

Commit

Permalink
Add ssh container for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils committed Aug 11, 2017
1 parent 30d7097 commit 2b61ea7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile.ssh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM alpine

RUN apk add --no-cache openssh-client

COPY ./windows /root/.ssh/id_rsa

ENTRYPOINT while true; do ssh -q -o StrictHostKeyChecking=no Administrator@${WINDOWS_ENDPOINT}; done

0 comments on commit 2b61ea7

Please sign in to comment.