This directory contains a pregenerated insecure public/private keypair that can be used to log in to the hypernode-docker
container. Do NOT use this key for production purposes. The Docker image is configured to accept this key, but there is also a default password for the app
and the root
user.
ssh -i keys/insecure_key [email protected]
ssh [email protected] -o PreferredAuthentications=password -o PubkeyAuthentication=no
[email protected]'s password:
# The default password is 'insecure_docker_ssh_password'