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-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,13 @@
2
2
3
3
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.
4
4
5
-
## When to use this asset?
5
+
Reviewed: 01.02.2024
6
+
7
+
# When to use this asset?
6
8
7
9
Use this shell script if you want to make use of OCI Bastions in a simple and secure way.
8
10
9
-
##How to use this asset?
11
+
# How to use this asset?
10
12
11
13
**Usage: ./bastion-session.sh COMMAND [ARGS]...**
12
14
@@ -52,7 +54,7 @@ Prerequisites:
52
54
- The jq commandline JSON processer must be installed.
53
55
(See also [https://stedolan.github.io/jq](https://stedolan.github.io/jq))
0 commit comments