From b5cbf67ee65ce815c7278eb362dd59e9d22e1f00 Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Sat, 20 Jan 2024 02:34:21 +0400 Subject: [PATCH] Document default admin/admin credentials (#709) --- docs/quick-start.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/quick-start.md b/docs/quick-start.md index e881efb..6387df3 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -60,6 +60,13 @@ These Linux images can be ran natively on [Vetu](https://github.com/cirruslabs/v Similarly to macOS, there's also a [full list of images](https://github.com/orgs/cirruslabs/packages?repo_name=linux-image-templates) in which you can discovery specific tags (e.g. `ghcr.io/cirruslabs/ubuntu:22.04`) and [Linux-specific Packer templates](https://github.com/cirruslabs/linux-image-templates) that were used to generate these images. +All images above use the following credentials: + +* Username: `admin` +* Password: `admin` + +These credentials work both for logging in via GUI, console (Linux) and SSH. + ## SSH access If the guest VM is running and configured to accept incoming SSH connections you can conveniently connect to it like so: