Skip to content

Commit ba70d62

Browse files
authored
Merge pull request Juniper#457 from dineshbaburam91/doc_ansible_2
updated docs
2 parents 19b03d8 + 69b0eff commit ba70d62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

module_utils/juniper_junos_common.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,10 @@ class ModuleDocFragment(object):
279279
operating-system-specific default is used.
280280
- This must be in the RSA PEM format, and not the newer OPENSSH
281281
format. To check if the private key is in the correct format, issue
282-
the command: `head -n1 ~/.ssh/some_private_key` and ensure that
282+
the command `head -n1 ~/.ssh/some_private_key` and ensure that
283283
it's RSA and not OPENSSH. To create a key in the RSA PEM format,
284-
issue the command: `ssh-keygen -m PEM -t rsa -b 4096`. To convert
285-
an OPENSSH key to an RSA key, issue the command: `ssh-keygen -p -m
284+
issue the command `ssh-keygen -m PEM -t rsa -b 4096`. To convert
285+
an OPENSSH key to an RSA key, issue the command `ssh-keygen -p -m
286286
PEM -f ~/.ssh/some_private_key`
287287
required: false
288288
default: The first defined value from the following list
@@ -332,7 +332,7 @@ class ModuleDocFragment(object):
332332
type: str
333333
aliases:
334334
- username
335-
cs_user:
335+
cs_user:
336336
description:
337337
- The username used to authenticate with the console server over SSH.
338338
This option is only required if you want to connect to a device over console
@@ -341,7 +341,7 @@ class ModuleDocFragment(object):
341341
type: str
342342
aliases:
343343
- console_username
344-
cs_passwd:
344+
cs_passwd:
345345
description:
346346
- The password used to authenticate with the console server over SSH.
347347
This option is only required if you want to connect to a device over console

0 commit comments

Comments
 (0)