You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: security/security-design/shared-assets/bastion-session-script/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Reviewed: 01.02.2024
6
6
7
7
# When to use this asset?
8
8
9
-
Use this shell script if you want to make use of OCI Bastions in a simple and secure way.
9
+
Use this shell script if you want to make use of OCI Bastions simply and securely.
10
10
11
11
# How to use this asset?
12
12
@@ -38,9 +38,9 @@ Example:
38
38
| -p, --profile TEXT | The OCI profile in the config file to load. [default: DEFAULT]|
39
39
| -s, --session TEXT | The Bastion session name. [default: Bastion-Session]|
40
40
| -t, --ttl INTEGER | The Bastion session time-to-live in seconds, minimum 1800, maximum 10800. [default: 10800]|
41
-
| -d, --destination-ip IP | The destination IP Address to be used for Bastion session. [default: the first private ip address of instance]|
42
-
| -e, --destination-port INTEGER | The destination port to be used for Port Forwarding session. [default: 22]|
43
-
| -l, --local-port INTEGER | The local port to be used for Port Forwarding session. [defaults to same value as destination port]|
41
+
| -d, --destination-ip IP | The destination IP Address to be used for the Bastion session. [default: the first private ip address of instance]|
42
+
| -e, --destination-port INTEGER | The destination port to be used for the Port Forwarding session. [default: 22]|
43
+
| -l, --local-port INTEGER | The local port to be used for the Port Forwarding session. [defaults to same value as destination port]|
44
44
| -a, --key-alg TEXT | The algorithm for the SSH key (ssh-keygen) to be used. [default: rsa]|
45
45
| -k, --key-size INTEGER | The key size for the SSH key (ssh-keygen) to be used. [default: 4096]|
46
46
| -pr, --private-key TEXT | The private key file to be used when not generating a temporary key pair. [by default not used]|
@@ -51,7 +51,7 @@ Prerequisites:
51
51
52
52
- The OCI CLI must be installed and configured.
53
53
(See also [https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.htm](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.htm))
54
-
- The jq commandline JSON processer must be installed.
54
+
- The jq command-line JSON processer must be installed.
55
55
(See also [https://stedolan.github.io/jq](https://stedolan.github.io/jq))
0 commit comments