Skip to content

Commit e36313c

Browse files
committed
add a default user ubuntu
1 parent 3b38953 commit e36313c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/ssh.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export function registerSSH(program: Command) {
4040
.option(
4141
"--user <username>",
4242
"Specify the username associated with the pubkey",
43+
"ubuntu"
4344
)
4445
.argument("[name]", "The name of the node to SSH into");
4546

0 commit comments

Comments
 (0)