Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit 900e91a

Browse files
committed
ssh config
1 parent 2263449 commit 900e91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ When you've set all the variables, you can source the file with the command `sou
5555
With that, you're all ready to start running Terraform commands!
5656

5757
## Create SSH Config
58-
This is an optional step and should probably be improved by specifying OCI IP blocks. With the current setup you can SSH to a machine with the command:
58+
With the current setup you can SSH to a machine with the command:
5959

6060
ssh -i ~/.ssh/oci <username>@<ip_address>
6161

62-
If we add a ssh_config file, we can simplify that a bit. Run:
62+
If we add a ssh_config file, we can simplify that a bit. To create that file, run the command:
6363

6464
echo "Host *
6565
IdentityFile ~/.ssh/oci

0 commit comments

Comments
 (0)