We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9c4aa commit 44ca1c1Copy full SHA for 44ca1c1
USAGE.md
@@ -14,6 +14,7 @@ To using `awssh` you can setup your configuration from environment variables as
14
* `AWSSH_SSH_USERNAME`: An EC2 ssh username. Default to `ec2-user`.
15
* `AWSSH_SSH_PORT`: An EC2 ssh port. Default to `22`.
16
* `AWSSH_SSH_OPTS`: An additional ssh options. Default to `"-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/nul -o ConnectTimeout=5"`
17
+* `AWSSH_USE_PUBLIC_IP`: Use public IP to access the EC2 instance as default access entry point instead of private IP
18
19
## Examples
20
### How-to
0 commit comments