Skip to content

Commit

Permalink
Fix default user for Parrot image
Browse files Browse the repository at this point in the history
  • Loading branch information
eikendev committed Jul 21, 2024
1 parent aafe0df commit 1372525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var images = map[string]Image{
checksumPath: "/signed-hashes.txt",
LocalImageName: "parrot-%s.iso",
VersionRegex: regexp.MustCompile(`\d+\.\d+`),
SSHUser: "parrot",
SSHUser: "user",
SSHPassword: "parrot",
MacAddress: "52:54:00:08:f9:e9",
infoRetriever: parrotInfoRetriever,
Expand Down

0 comments on commit 1372525

Please sign in to comment.