Skip to content

Commit

Permalink
Fix example of Create Local User
Browse files Browse the repository at this point in the history
  • Loading branch information
zfchen95 committed Nov 12, 2021
1 parent 0c36322 commit b6abd75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
"homeDirectory": "homedirectory",
"hasSshPassword": true,
"sshAuthorizedKeys": [
"@{description=description; key=ssh-rsa keykeykeykeykey=}"
{
"description": "key name",
"key": "ssh-rsa keykeykeykeykey="
}
]
}
},
Expand All @@ -49,7 +52,10 @@
],
"homeDirectory": "homedirectory",
"sshAuthorizedKeys": [
"@{description=description; key=ssh-rsa keykeykeykeykey=}"
{
"description": "key name",
"key": "ssh-rsa keykeykeykeykey="
}
],
"sid": "S-1-2-0-125132-153423-36235-1000",
"sharedKey": "<REDACTED>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"body": {
"sshAuthorizedKeys": [
{
"description": "description",
"description": "key name",
"key": "ssh-rsa keykeykeykeykew="
}
],
Expand Down

0 comments on commit b6abd75

Please sign in to comment.