Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertyw/alpine-ssh-client
ssh client docker image
https://github.com/albertyw/alpine-ssh-client
Last synced: about 2 months ago
JSON representation
ssh client docker image
- Host: GitHub
- URL: https://github.com/albertyw/alpine-ssh-client
- Owner: albertyw
- License: mit
- Created: 2023-03-12T02:08:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T05:55:46.000Z (3 months ago)
- Last Synced: 2024-10-12T05:14:17.594Z (3 months ago)
- Language: Dockerfile
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alpine-ssh-client
[![Docker Image CI](https://github.com/albertyw/alpine-ssh-client/actions/workflows/docker-image.yml/badge.svg)](https://github.com/albertyw/alpine-ssh-client/actions/workflows/docker-image.yml)
This repository was originally forked from https://github.com/kroniak/alpine-ssh-client
A little docker image based on alpine with ssh-client and bash
## Using from Drone CI
```yml
- name: Deploy
image: albertyw/ssh-client:4.0.0
commands:
- ssh-keyscan example.com >> /root/.ssh/known_hosts
- ssh [email protected] -i /root/ssh/id_ed25519 uptime
volumes:
- name: ssh_key
path: /root/ssh/id_ed25519
```## Using from docker
`docker run -it --rm albertyw/ssh-client bash`
## Supported platforms
- linux/386
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64/v8
- linux/ppc64le
- linux/s390x