VirtualBox

Changeset 81421 in vbox for trunk/doc/manual/en_US


Ignore:
Timestamp:
Oct 21, 2019 5:47:42 PM (5 years ago)
Author:
vboxsync
Message:

bugref:9589. OCI: user is able to pass several SSH keys during instance creation.

Location:
trunk/doc/manual/en_US
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/SDKRef.xml

    r81398 r81421  
    26572657          </listitem>
    26582658          <listitem>
    2659             <para>VirtualSystemDescriptionType::CloudPublicSSHKey - Public SSH key which is used to connect to an instance via SSH</para>
     2659            <para>VirtualSystemDescriptionType::CloudPublicSSHKey - Public SSH key which is used to connect to an instance via SSH.
     2660            It may be one or more records with the type VirtualSystemDescriptionType::CloudPublicSSHKey in the VirtualSystemDescription.
     2661            But at least one should be presented otherwise user won't be able to connect to the instance via SSH.
     2662            </para>
    26602663          </listitem>
    26612664        </itemizedlist>
  • trunk/doc/manual/en_US/man_VBoxManage-cloudinstance.xml

    r81398 r81421  
    4949      <arg rep="norepeat">--publicip=<replaceable>true/false</replaceable></arg>
    5050      <arg rep="norepeat">--privateip=<replaceable>IP address</replaceable></arg>
    51       <arg rep="norepeat">--public-ssh-key=<replaceable>key string</replaceable></arg>
     51      <arg rep="repeat">--public-ssh-key=<replaceable>key string</replaceable></arg>
    5252      <arg rep="norepeat">--launch-mode=<replaceable>NATIVE/EMULATED/PARAVIRTUALIZED</replaceable></arg>
    5353    </cmdsynopsis>
     
    148148        </varlistentry>
    149149        <varlistentry>
    150           <term><option>--public-ssh-key</option></term><listitem><para>Public SSH key used to connect to the instance via SSH</para></listitem>
     150          <term><option>--public-ssh-key</option></term>
     151            <listitem>
     152              <para>Public SSH key used to connect to the instance via SSH.
     153                This parameter may be repeated if you plan to use more than one key as:
     154                "--public-ssh-key=firstSSHKey --public-ssh-key=secondSSHKey".
     155              </para>
     156            </listitem>
    151157        </varlistentry>
    152158        <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette