We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b38953 commit e36313cCopy full SHA for e36313c
1 file changed
src/lib/ssh.ts
@@ -40,6 +40,7 @@ export function registerSSH(program: Command) {
40
.option(
41
"--user <username>",
42
"Specify the username associated with the pubkey",
43
+ "ubuntu"
44
)
45
.argument("[name]", "The name of the node to SSH into");
46
0 commit comments