exasol / integration-test-docker-environment

A docker-based environment for integration tests with the EXASOL DB.
https://exasol.github.io/integration-test-docker-environment/
MIT License
6 stars 2 forks source link

Always put SSH authorized_keys into DB Docker Container #336

Open ckunki opened 1 year ago

ckunki commented 1 year ago

Ticket #303 already enables to create an SSH key pair and to put the public key to file /root/.ssh/authorized_keys using cli option --db-os-access SSH.

The current ticket requests to always do so as this allows ssh tunneling incl. to connect from database Docker Container to external servers, which is a regular requirements for UDFs, see also https://github.com/exasol/udf-debugging-java.