Skip to content

Commit af09d5b

Browse files
committed
guacamole modify root -> username
1 parent cde31cd commit af09d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/guacamol_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func GuacamoleConfig(Username string, UUID string, Ip string, PrivateKey string,
118118
parameters := map[string]string{
119119
"hostname": Ip,
120120
"port": "22",
121-
"username": "root",
121+
"username": Username,
122122
"private-key": PrivateKey,
123123
}
124124

0 commit comments

Comments
 (0)