Skip to content

Commit 84960f4

Browse files
committed
v1.1.0
* Add the default SSH keypair detection * Doubled after session creation delay to 10s
1 parent c455764 commit 84960f4

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
@@ -11,8 +11,8 @@ 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. 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.
14+
* One of the following SSH key pairs in `~/.ssh/` must be used: `id_rsa*`, `id_dsa*`, `id_ecdsa*`, `id_ed25519*`, or
15+
`id_xmss*`. If there are multiple keys the first one found from the list above will be used.
1616
2. Install [`jq`](https://stedolan.github.io/jq/).
1717
3. Define the following environment variables. OCI menus below are as of October 2022.
1818
1. `OCI_INSTANCE_IP`: OCI host IP. See `Compute` > `Instances` > {host} > `Primary VNIC` > `Private IP address`

0 commit comments

Comments
 (0)