We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c455764 commit 84960f4Copy full SHA for 84960f4
1 file changed
README.md
@@ -11,8 +11,8 @@ Configure and ssh or create a tunnel to an Oracle Cloud Infrastructure host via
11
* (macOS, Linux) Out-of-the-box
12
* (Windows) Install [WSL](https://learn.microsoft.com/en-us/windows/wsl/) or [Cygwin](https://www.cygwin.com/)
13
1. Install and configure [OCI CLI](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.htm).
14
- * One of the following SSH key pairs in \`~/.ssh/\` must be used: \`id_rsa*\`, \`id_dsa*\`, \`id_ecdsa*\`,
15
- \`id_ed25519*\`, or \`id_xmss*\`. If there are multiple keys the first one found from the list above will be used.
+ * One of the following SSH key pairs in `~/.ssh/` must be used: `id_rsa*`, `id_dsa*`, `id_ecdsa*`, `id_ed25519*`, or
+ `id_xmss*`. If there are multiple keys the first one found from the list above will be used.
16
2. Install [`jq`](https://stedolan.github.io/jq/).
17
3. Define the following environment variables. OCI menus below are as of October 2022.
18
1. `OCI_INSTANCE_IP`: OCI host IP. See `Compute` > `Instances` > {host} > `Primary VNIC` > `Private IP address`
0 commit comments