Skip to content

Commit

Permalink
Add instructions to chmod private key in Azure Setup (#7467)
Browse files Browse the repository at this point in the history
  • Loading branch information
avaidyanatha authored Oct 28, 2021
1 parent 4bc5005 commit ed78937
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/deploying-airbyte/on-azure-vm-cloud-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ This step will create a virtual machine and add a user account named `byteuser`.
download ~/.ssh/id_rsa
```

Make sure to update the permissions on the private key, or you'll get an error telling you that permissions for this file are too open.
```bash
chmod 600 ./$YOUR_PATH_TO_DOWNLOADS/id_rsa
```

Above command will generate download link and give you pop-up on right bottom side, click on `Click here to download your file.` to download private key. Note: Save this file, you will need it to connect to your VM in [Connect to Airbyte](on-azure-vm-cloud-shell.md#connect-to-airbyte) step.

![](../.gitbook/assets/azure_shell_download_ssh_key.png)
Expand Down

0 comments on commit ed78937

Please sign in to comment.