Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 615 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 615 Bytes

Keys

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.

Logging in with the insecure key

ssh -i keys/insecure_key [email protected]

Logging in with the default password

ssh [email protected] -o PreferredAuthentications=password -o PubkeyAuthentication=no
[email protected]'s password: 
# The default password is 'insecure_docker_ssh_password'