Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions documentation/doc-Migrating_your_virtual_machines/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ include::modules/common-attributes.adoc[]

:_mod-docs-content-type: ASSEMBLY

[role="_abstract"]
Migrate virtual machines to {virt} by using {project-first}.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jenny-Anne - updated. thanks


include::modules/con_performing-migration-intro.adoc[leveloffset=+1]

include::assemblies/assembly_migrating-from-vmware.adoc[leveloffset=+1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[id="con_troubleshooting-storage-copy-offload_{context}"]
= Troubleshooting storage copy offload

[role="_abstract"]
This section describes problems that are unique to storage copy offload and how you can resolve them.

[id=sco-vsphere-esxi-connectivity_{context}]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//
// * documentation/doc-Planning_your_migration/assemblies/assembly_migrating-from-vmware.adoc

:_mod-docs-content-type: PROCEDURE
[id="proc_storage-copy-offload-general-ssh-set-up_{context}"]
:_mod-docs-content-type: CONCEPT
[id="con_storage-copy-offload-general-ssh-set-up_{context}"]
= Setting up storage copy offload by using an SSH key

[role="_abstract"]
Expand All @@ -13,18 +13,17 @@ Although SSH keys are automatically generated when you choose to use the SSH met

Procedures for both options are given in the sections that follow.

[id="storage-copy-offload-general-ssh-security_{context}"]
== Important notes and security considerations
*Important notes and security considerations:*

- All public keys must include command restrictions for security.
- The command path in the restrictions must match the secure script path: `/vmfs/volumes/{datastore-name}/secure-vmkfstools-wrapper.py`.
- You must install the SSH key in each ESXi host in your migration environment.
- SSH service must be enabled on all target ESXi hosts.
- To support ESXi access control, commands are restricted to `vmkfstools` operations only.

== Security recommendations
*Security recommendations:*

It is recommended to follow the following security recommendations:
Follow these security recommendations:

- Use separate key pairs for different environments.
- Rotate keys periodically.
Expand Down