Update ssh.md

This commit is contained in:
Hanlin Wang 2018-03-10 15:31:55 +08:00 committed by GitHub
parent 41ca15c427
commit d22b14bec9
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>
}
}
```