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

gradle-ssh-plugin/integration-test-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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