Update user.py (#60746)
Return value `ssh_key_file` is the private key, not the public key
This commit is contained in:
parent
13f5e930a4
commit
8bac810e38
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ ssh_fingerprint:
|
|||
type: str
|
||||
sample: '2048 SHA256:aYNHYcyVm87Igh0IMEDMbvW0QDlRQfE0aJugp684ko8 ansible-generated on host (RSA)'
|
||||
ssh_key_file:
|
||||
description: Path to generated SSH public key file
|
||||
description: Path to generated SSH private key file
|
||||
returned: When C(generate_ssh_key) is C(True)
|
||||
type: str
|
||||
sample: /home/asmith/.ssh/id_rsa
|
||||
|
|
Loading…
Reference in a new issue