Skip to content

Commit 025a533

Browse files
committed
Acrolinx pass
1 parent 4e488b1 commit 025a533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/quick-create-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To use SSH to connect to the virtual machine, do the following steps:
100100
```
101101

102102
**Key points:**
103-
- Depending on the permisssions of your environment, you might get an error when trying to ssh into the virtual machine using the `id_rsa` key file. If you get an error stating that the private key file is unprotected and can't be used, try running the following command: `chmod 600 id_rsa`, which will restrict read and write access to the owner of the file.
103+
- Depending on the permissions of your environment, you might get an error when trying to ssh into the virtual machine using the `id_rsa` key file. If you get an error stating that the private key file is unprotected and can't be used, try running the following command: `chmod 600 id_rsa`, which will restrict read and write access to the owner of the file.
104104

105105
## Clean up resources
106106

0 commit comments

Comments
 (0)