summaryrefslogtreecommitdiff
path: root/doc/manual/en_US/dita/topics/auth-config-using.dita
blob: 34bfc998cde2f5412b9d38ffbed77e6261aef5f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?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 Oracle VM VirtualBox 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="man_VBoxManage-storageattach.dita">VBoxManage storageattach</xref>.
          </p>
      </li>
      <li>
        <p>
            When using the Oracle VM VirtualBox web service to control an
            Oracle VM VirtualBox host remotely, connections to the web service
            are authenticated in various ways. This is described in
            detail in the Oracle VM VirtualBox Software Development Kit (SDK)
            reference. See <xref href="VirtualBoxAPI.dita#VirtualBoxAPI"/>.
          </p>
      </li>
    </ul>
  </body>
  
</topic>