Merge pull request #86 from wanghanlin/patch-1

Update ssh.md
This commit is contained in:
Tim Hockin 2018-03-29 20:53:03 -07:00 committed by GitHub
commit f3f3180419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ Write a config file for a Secret that holds your SSH private key, with the key (
"data": {
"ssh": <base64 encoded private-key>
"known_hosts": <base64 encoded known_hosts>
}
}
```