Skip to content
Merged
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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ SSH in to your lab instance by running and entering the provided password:

ssh lab@<lab-ip-address> -o PreferredAuthentications=password

The default password is the id of the lab instance. As such, it is recommended
that you run `passwd` immediately to change the default password.
The default password is the UUID of the lab instance.

## Nested virtualisation

Expand Down
4 changes: 0 additions & 4 deletions setup-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ cat <<EOF | sudo tee /etc/motd

Welcome to the Kayobe Lab!

Immediately change the default password.

passwd

Optionally, attach to a tmux session in case the connection drops:

tmux
Expand Down