Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 262 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 262 Bytes

SSH server for integration test

An image with OpenSSH server for OS integration test of Gradle SSH Plugin and Groovy SSH.

How to Use

Run a container of the image.

docker run -d -e authorized_key='ssh-rsa ...' -p 8022:22 integration-test-box