Fixed the path in example that shows how to copy private key from id_rsa file and base64 encode it (#631)

This commit is contained in:
Ram Gopinathan 2018-12-07 15:55:27 -08:00 committed by Knative Prow Robot
parent fb93f7e89b
commit 3e7200b337
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ into their respective files in `$HOME`.
```
1. Generate the value of `ssh-privatekey` by copying the value of (for example)
`cat id_rsa | base64`.
`cat ~/.ssh/id_rsa | base64`.
1. Copy the value of `cat ~/.ssh/known_hosts | base64` to the `known_hosts`
field.