Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ So there are two ways to execute it:

## CRaSH SSHD

After launching CRaSH, you should be able to connect through SSH with admin/admin
After launching CRaSH, you will need to configure an SSH key pair for authentication.
7 changes: 4 additions & 3 deletions crash/src/main/resources/crash/cloudius/crash.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ crash.ssh.keygen=true
crash.auth=openssh,ec2_metadata,gce_metadata

# Simple authentication
# This is disabled by default. If enabling it, be sure to set a secure password instead of using the default admin/admin credentials defined below.
#crash.auth=simple
crash.auth.simple.username=admin
crash.auth.simple.password=admin
#crash.auth.simple.username=admin
#crash.auth.simple.password=admin

# Key authentication (PEM format public key)
#crash.auth=key
Expand All @@ -36,4 +37,4 @@ crash.auth.simple.password=admin
#crash.auth=gce_metadata
#
# This is the default URL
#crash.auth.gce_metadata.public_keys_url=http://metadata/computeMetadata/v1/project/attributes/sshKeys
#crash.auth.gce_metadata.public_keys_url=http://metadata/computeMetadata/v1/project/attributes/sshKeys