Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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'