Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting_started/Run_MaxText_via_multihost_runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ either be a TPUVM or not, but it cannot be one of the workers. If your runner ma
gcloud config set compute/zone $ZONE
```

Create ssh keys for gcloud, we recommend leaving a blank password (hit enter twice after running the below command). If you are prompted that the the file already exists you can choose not to overwrite by selecting "n".
Create ssh keys for gcloud, we recommend leaving a blank password (hit enter twice after running the below command). If you are prompted that the file already exists you can choose not to overwrite by selecting "n".

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...download...ALL

```
ssh-keygen -f ~/.ssh/google_compute_engine
```
Expand Down