Skip to content

Commit 117b2a3

Browse files
author
Ian Campbell
committed
alpine-ssh: New
1 parent 460fb0c commit 117b2a3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

alpine-ssh/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM alpine:latest
2+
RUN apk add -U openssh-client
3+
ENTRYPOINT ["ssh"]

alpine-ssh/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Dockerized ssh client
2+
3+
## Running
4+
5+
Autobuilds are available on [Docker hub](https://hub.docker.com/r/ijc25/alpine-ssh). Use:
6+
7+
docker run -it --rm ijc25/ssh user@hostname
8+
9+
Or e.g.
10+
11+
docker run -it --rm -v ~/.ssh/id_rsa:/root/.ssh/id_rsa ijc25/alpine-ssh user@hostname

0 commit comments

Comments
 (0)