diff --git a/website/source/docs/builders/googlecompute.html.md b/website/source/docs/builders/googlecompute.html.md index 7fe6de1b7..cce0e41cb 100644 --- a/website/source/docs/builders/googlecompute.html.md +++ b/website/source/docs/builders/googlecompute.html.md @@ -281,7 +281,7 @@ the credentials provided in the builder config's `account_file`. ## Gotchas -Centos and recent Debian images have root ssh access disabled by default. Set `ssh_username` to +CentOS and recent Debian images have root ssh access disabled by default. Set `ssh_username` to any user, which will be created by packer with sudo access. The machine type must have a scratch disk, which means you can't use an diff --git a/website/source/docs/builders/parallels-iso.html.md b/website/source/docs/builders/parallels-iso.html.md index 14a484c97..f8649e3d7 100644 --- a/website/source/docs/builders/parallels-iso.html.md +++ b/website/source/docs/builders/parallels-iso.html.md @@ -85,9 +85,6 @@ builder. and "other". This can be omitted only if `parallels_tools_mode` is "disable". -- `ssh_username` (string) - The username to use to SSH into the machine once - the OS is installed. - ### Optional: - `boot_command` (array of strings) - This is an array of commands to type diff --git a/website/source/docs/builders/parallels-pvm.html.md b/website/source/docs/builders/parallels-pvm.html.md index 6a540b5b3..55edcd6ca 100644 --- a/website/source/docs/builders/parallels-pvm.html.md +++ b/website/source/docs/builders/parallels-pvm.html.md @@ -62,9 +62,6 @@ builder. - `source_path` (string) - The path to a PVM directory that acts as the source of this build. -- `ssh_username` (string) - The username to use to SSH into the machine once - the OS is installed. - ### Optional: - `boot_command` (array of strings) - This is an array of commands to type diff --git a/website/source/docs/builders/qemu.html.md b/website/source/docs/builders/qemu.html.md index e297c0967..fec6f2888 100644 --- a/website/source/docs/builders/qemu.html.md +++ b/website/source/docs/builders/qemu.html.md @@ -109,9 +109,6 @@ Linux server and have not enabled X11 forwarding (`ssh -X`). boot directly from it. When passing a path to an IMG or QCOW2 file, you should set `disk_image` to "true". -- `ssh_username` (string) - The username to use to SSH into the machine once - the OS is installed. - ### Optional: - `accelerator` (string) - The accelerator type to use when running the VM. diff --git a/website/source/docs/builders/virtualbox-iso.html.md b/website/source/docs/builders/virtualbox-iso.html.md index 258f7ba90..b779aa781 100644 --- a/website/source/docs/builders/virtualbox-iso.html.md +++ b/website/source/docs/builders/virtualbox-iso.html.md @@ -77,12 +77,6 @@ builder. This URL can be either an HTTP URL or a file URL (or path to a file). If this is an HTTP URL, Packer will download it and cache it between runs. -- `ssh_username` (string) - The username to use to SSH into the machine once - the OS is installed. - -- `ssh_password` (string) - The password to use to SSH into the machine once - the OS is installed. - ### Optional: - `boot_command` (array of strings) - This is an array of commands to type diff --git a/website/source/docs/builders/virtualbox-ovf.html.md b/website/source/docs/builders/virtualbox-ovf.html.md index 5d6aa81fb..ad7654642 100644 --- a/website/source/docs/builders/virtualbox-ovf.html.md +++ b/website/source/docs/builders/virtualbox-ovf.html.md @@ -65,9 +65,6 @@ builder. - `source_path` (string) - The path to an OVF or OVA file that acts as the source of this build. It can also be a URL. -- `ssh_username` (string) - The username to use to SSH into the machine once - the OS is installed. - ### Optional: - `boot_command` (array of strings) - This is an array of commands to type diff --git a/website/source/docs/builders/vmware-iso.html.md b/website/source/docs/builders/vmware-iso.html.md index 4098182de..478c1a0b0 100644 --- a/website/source/docs/builders/vmware-iso.html.md +++ b/website/source/docs/builders/vmware-iso.html.md @@ -42,6 +42,7 @@ self-install. Still, the example serves to show the basic configuration: "iso_checksum": "af5f788aee1b32c4b2634734309cc9e9", "iso_checksum_type": "md5", "ssh_username": "packer", + "ssh_password": "packer", "shutdown_command": "shutdown -P now" } ``` @@ -80,9 +81,6 @@ builder. This URL can be either an HTTP URL or a file URL (or path to a file). If this is an HTTP URL, Packer will download it and cache it between runs. -- `ssh_username` (string) - The username to use to SSH into the machine once - the OS is installed. - ### Optional: - `boot_command` (array of strings) - This is an array of commands to type diff --git a/website/source/docs/builders/vmware-vmx.html.md b/website/source/docs/builders/vmware-vmx.html.md index fb2fc2d86..198ec7557 100644 --- a/website/source/docs/builders/vmware-vmx.html.md +++ b/website/source/docs/builders/vmware-vmx.html.md @@ -56,9 +56,6 @@ builder. - `source_path` (string) - Path to the source VMX file to clone. -- `ssh_username` (string) - The username to use to SSH into the machine once - the OS is installed. - ### Optional: - `boot_command` (array of strings) - This is an array of commands to type