</refsect2>
<refsect2>
- <title>Integration Options</title>
+ <title>Logging Options</title>
<variablelist>
<varlistentry>
<xi:include href="version-info.xml" xpointer="v261"/></listitem>
</varlistentry>
+ </variablelist>
+ </refsect2>
+
+ <refsect2>
+ <title>SSH Options</title>
+
+ <variablelist>
<varlistentry>
<term><option>--pass-ssh-key=<replaceable>BOOL</replaceable></option></term>
"Properties",
"User Namespacing",
"Mounts",
- "Integration",
+ "Logging",
+ "SSH",
"Input/Output",
"Credentials",
};
return r;
}
- (void) table_sync_column_widths(0, tables[0], tables[1], tables[2], tables[3], tables[4],
- tables[5], tables[6], tables[7], tables[8], tables[9], tables[10]);
+ (void) table_sync_column_widths(
+ 0, tables[0], tables[1], tables[2], tables[3], tables[4],
+ tables[5], tables[6], tables[7], tables[8], tables[9], tables[10],
+ tables[11]);
help_cmdline("[OPTIONS...] [ARGUMENTS...]");
help_abstract("Spawn a command or OS in a virtual machine.");
return log_oom();
break;
- OPTION_GROUP("Integration"): {}
+ OPTION_GROUP("Logging"): {}
OPTION_LONG("forward-journal", "FILE|DIR", "Forward the VM's journal to the host"):
r = parse_path_argument(opts.arg, /* suppress_root= */ false, &arg_forward_journal);
return log_error_errno(r, "Failed to parse --forward-journal-max-files= value: %s", opts.arg);
break;
+ OPTION_GROUP("SSH"): {}
+
OPTION_LONG("pass-ssh-key", "BOOL", "Create an SSH key to access the VM"):
r = parse_boolean_argument("--pass-ssh-key=", opts.arg, &arg_pass_ssh_key);
if (r < 0)