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

Latest commit

 

History

History

dev_utils

Local testing howto

First create the necessary credentials.

cd dev_utils
sh make_certs.sh

Start creating the certificates, java is picky and we need to create them first

docker-compose up -d certfixer

To start all the other services using docker compose.

docker-compose up -d

For a test example use:

cd ../
sh ./dev_utils/sftp-testing-ssh.sh
sh ./dev_utils/sftp-testing-pass.sh

For manual testing use:

sftp -i src/test/resources/ed25519.sec -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -P 2222 dummy@localhost

# for password auth use: `password` as credential
sftp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -P 2222 dummy@localhost