Skip to content

Commit ad25372

Browse files
committed
Updated README.md for standard layout.
1 parent 48bb6d4 commit ad25372

File tree

1 file changed

+17
-3
lines changed
  • security/security-design/bastion-session-script

1 file changed

+17
-3
lines changed

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

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# bastion-session.sh
2-
1+
# <Asset Name>
2+
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.
4-
4+
5+
## When to use this asset?
6+
7+
Use this shell script if you want make use of OCI Bastions in a simple and secure way.
8+
9+
## How to use this asset?
10+
511
**Usage: ./bastion-session.sh COMMAND [ARGS]...**
612

713
Example:
@@ -44,3 +50,11 @@ Prerequisites:
4450
(See also [https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.htm])
4551
- The jq commandline JSON processer must be installed.
4652
(See also [https://stedolan.github.io/jq])
53+
54+
# License
55+
56+
Copyright (c) 2023 Oracle and/or its affiliates.
57+
58+
Licensed under the Universal Permissive License (UPL), Version 1.0.
59+
60+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)