diff --git a/ui/commands/ssh.js b/ui/commands/ssh.js index c30db00..51e2370 100644 --- a/ui/commands/ssh.js +++ b/ui/commands/ssh.js @@ -244,7 +244,7 @@ const initialFieldDef = { description: "", type: "text", value: "", - example: "root", + example: "guest", verify(d) { if (d.length <= 0) { throw new Error("Username must be specified");