Skip to content

Commit f558b4c

Browse files
Update README.md
1 parent dbb80ea commit f558b4c

File tree

1 file changed

+5
-5
lines changed
  • security/security-design/shared-assets/bastion-session-script

1 file changed

+5
-5
lines changed

security/security-design/shared-assets/bastion-session-script/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Reviewed: 01.02.2024
66

77
# When to use this asset?
88

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.
1010

1111
# How to use this asset?
1212

@@ -38,9 +38,9 @@ Example:
3838
| -p, --profile TEXT | The OCI profile in the config file to load. [default: DEFAULT]|
3939
| -s, --session TEXT | The Bastion session name. [default: Bastion-Session]|
4040
| -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]|
4444
| -a, --key-alg TEXT | The algorithm for the SSH key (ssh-keygen) to be used. [default: rsa]|
4545
| -k, --key-size INTEGER | The key size for the SSH key (ssh-keygen) to be used. [default: 4096]|
4646
| -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:
5151

5252
- The OCI CLI must be installed and configured.
5353
(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.
5555
(See also [https://stedolan.github.io/jq](https://stedolan.github.io/jq))
5656

5757
# License

0 commit comments

Comments
 (0)