Changeset 81421 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Oct 21, 2019 5:47:42 PM (5 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r81398 r81421 2657 2657 </listitem> 2658 2658 <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> 2660 2663 </listitem> 2661 2664 </itemizedlist> -
trunk/doc/manual/en_US/man_VBoxManage-cloudinstance.xml
r81398 r81421 49 49 <arg rep="norepeat">--publicip=<replaceable>true/false</replaceable></arg> 50 50 <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> 52 52 <arg rep="norepeat">--launch-mode=<replaceable>NATIVE/EMULATED/PARAVIRTUALIZED</replaceable></arg> 53 53 </cmdsynopsis> … … 148 148 </varlistentry> 149 149 <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> 151 157 </varlistentry> 152 158 <varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.