Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/tunneling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ On your laptop:
2. Copy the source access token
3. Start the [local proxy](https://github.com/aws-samples/aws-iot-securetunneling-localproxy/blob/master/README.md#options-set-via-command-line-arguments) with the source access token. For example:
```
$ ./localproxy -r us-east-1 -s 8080 -t <source token>
$ ./localproxy -r us-east-1 -s 8080 --destination-client-type V1 -t <source token>
```
4. Start the SSH client but connect to the local proxy listening port. For example:
```
Expand Down Expand Up @@ -93,4 +93,4 @@ The example policy below demonstrates the minimum permissions required to run th
### Limitation
The Secure Tunneling feature within the AWS IoT Device Client currently does not support [multiplex data streams](https://docs.aws.amazon.com/iot/latest/developerguide/multiplexing.html). However the feature supports multiple tunnels each with a single data streams.

[*Back To The Top*](#)
[*Back To The Top*](#)
Loading