mirror of https://github.com/knative/docs.git
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:
parent
fb93f7e89b
commit
3e7200b337
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue