Skip to content

Commit 9e43b94

Browse files
committed
* Migrate OCI_INSTANCE_IP to OCI_INSTANCE
* Error diagnostics for missing SSH key(s)
1 parent 6362409 commit 9e43b94

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Configure and ssh or create a tunnel to an Oracle Cloud Infrastructure host via
1111
* (macOS, Linux) Out-of-the-box
1212
* (Windows) Install [WSL](https://learn.microsoft.com/en-us/windows/wsl/) or [Cygwin](https://www.cygwin.com/)
1313
1. `ssh` CLI client.
14-
* Generate an SSH key pair if you don't have any. One of the following SSH key pairs in `~/.ssh/` must be used:
15-
`id_rsa*`, `id_dsa*`, `id_ecdsa*`, `id_ed25519*`, or `id_xmss*`. If multiple key pairs are present, the first one
16-
found from the list above will be used.
14+
* Generate an SSH key pair if you don't have any. One of the following SSH public keys in \`~/.ssh/\` is required:
15+
\`id_rsa.pub\`, \`id_dsa.pub\`, \`id_ecdsa.pub\`, \`id_ed25519.pub\`, or \`id_xmss.pub\`. If there are multiple keys
16+
the first one found in this order will be used. The corresponding private key is usually also present there, but it
17+
can be moved to a credential vault and SSH agent, e.g. [1Password](https://developer.1password.com/docs/ssh).
1718
2. Install and configure [OCI CLI](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.htm).
1819
3. Install [`jq`](https://stedolan.github.io/jq/).
1920
4. Define the following environment variables. OCI menus below are as of October 2022.

0 commit comments

Comments
 (0)