1
0
Fork 0
virtualbox/doc/manual/en_US/dita/topics/auth-config-using.dita
Daniel Baumann 2b3ba1f3e4
Merging upstream version 7.1.8-dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-24 20:41:59 +02:00

33 lines
1.6 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="auth-config-using">
<title>Configuring and Using Authentication</title>
<body>
<p>
The following components of <ph conkeyref="vbox-conkeyref-phrases/product-name"/> can use passwords for
authentication:
</p>
<ul>
<li>
<p> When using remote iSCSI storage and the storage server requires authentication, an
initiator secret can optionally be supplied with the <userinput>VBoxManage
storageattach</userinput> command. As long as no settings password is provided, by using
the command line option <codeph>--settingspwfile</codeph>, then this secret is stored
<i>unencrypted</i> in the machine configuration and is therefore potentially readable on
the host. See <xref href="storage-iscsi.dita">iSCSI Servers</xref> and <xref
href="vboxmanage-storageattach.dita">VBoxManage storageattach</xref>. </p>
</li>
<li>
<p>
When using the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> web service to control an
<ph conkeyref="vbox-conkeyref-phrases/product-name"/> host remotely, connections to the web service
are authenticated in various ways. This is described in
detail in the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> Software Development Kit (SDK)
reference. See <xref href="VirtualBoxAPI.dita#VirtualBoxAPI"/>.
</p>
</li>
</ul>
</body>
</topic>