Skip to content

Commit e9642ea

Browse files
authored
Update README.md
1 parent 6f160a8 commit e9642ea

File tree

1 file changed

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

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
This shell script can be used to easily connect to the OCI Bastion service based on temporary SSH keys. Authorization is granted based on OCI CLI authentication and OCI Permissions. For OCI CLI authentication both the use of exchanged API keys and session security tokens is supported. This script works also directly on OCI Cloud Shell, however only for Managed SSH Sessions since port forwarding is not supported on OCI Cloud Shell.
44

5-
## When to use this asset?
5+
Reviewed: 01.02.2024
6+
7+
# When to use this asset?
68

79
Use this shell script if you want to make use of OCI Bastions in a simple and secure way.
810

9-
## How to use this asset?
11+
# How to use this asset?
1012

1113
**Usage: ./bastion-session.sh COMMAND [ARGS]...**
1214

@@ -52,7 +54,7 @@ Prerequisites:
5254
- The jq commandline JSON processer must be installed.
5355
(See also [https://stedolan.github.io/jq](https://stedolan.github.io/jq))
5456

55-
## License
57+
# License
5658

5759
Copyright (c) 2024 Oracle and/or its affiliates.
5860

0 commit comments

Comments
 (0)