Skip to content

Commit 1372525

Browse files
committed
Fix default user for Parrot image
1 parent aafe0df commit 1372525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/images/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var images = map[string]Image{
7575
checksumPath: "/signed-hashes.txt",
7676
LocalImageName: "parrot-%s.iso",
7777
VersionRegex: regexp.MustCompile(`\d+\.\d+`),
78-
SSHUser: "parrot",
78+
SSHUser: "user",
7979
SSHPassword: "parrot",
8080
MacAddress: "52:54:00:08:f9:e9",
8181
infoRetriever: parrotInfoRetriever,

0 commit comments

Comments
 (0)