-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update links used in embedded documentation partials
- Migrates the formats of links in Markdown content as part of the [Docs Content Link Rewrites project](https://docs.google.com/document/d/1WaSyvoVPS-YCNiSPX0ynGpvc1gySEcpbrRoQVhimQCA/edit)
- Loading branch information
Showing
6 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
- `ssh_password` (string) - A plaintext password to use to authenticate with SSH. | ||
|
||
- `ssh_ciphers` ([]string) - This overrides the value of ciphers supported by default by golang. | ||
- `ssh_ciphers` ([]string) - This overrides the value of ciphers supported by default by Golang. | ||
The default value is [ | ||
"[email protected]", | ||
"[email protected]", | ||
|
@@ -29,7 +29,7 @@ | |
currently only works on guests with `sed` installed. | ||
|
||
- `ssh_key_exchange_algorithms` ([]string) - If set, Packer will override the value of key exchange (kex) algorithms | ||
supported by default by golang. Acceptable values include: | ||
supported by default by Golang. Acceptable values include: | ||
"[email protected]", "ecdh-sha2-nistp256", | ||
"ecdh-sha2-nistp384", "ecdh-sha2-nistp521", | ||
"diffie-hellman-group14-sha1", and "diffie-hellman-group1-sha1". | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,7 @@ type SSH struct { | |
// a 36 character unique identifier. | ||
SSHTemporaryKeyPairName string `mapstructure:"temporary_key_pair_name" undocumented:"true"` | ||
SSHTemporaryKeyPair `mapstructure:",squash"` | ||
// This overrides the value of ciphers supported by default by golang. | ||
// This overrides the value of ciphers supported by default by Golang. | ||
// The default value is [ | ||
// "[email protected]", | ||
// "[email protected]", | ||
|
@@ -107,7 +107,7 @@ type SSH struct { | |
// currently only works on guests with `sed` installed. | ||
SSHClearAuthorizedKeys bool `mapstructure:"ssh_clear_authorized_keys"` | ||
// If set, Packer will override the value of key exchange (kex) algorithms | ||
// supported by default by golang. Acceptable values include: | ||
// supported by default by Golang. Acceptable values include: | ||
// "[email protected]", "ecdh-sha2-nistp256", | ||
// "ecdh-sha2-nistp384", "ecdh-sha2-nistp521", | ||
// "diffie-hellman-group14-sha1", and "diffie-hellman-group1-sha1". | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters