From 2fbd219b82bb2ff49c20f0701b09cb4773d28907 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Tue, 18 Sep 2018 14:39:38 -0700 Subject: [PATCH] 1. update the README file with a missing setting on the wolffwd tool 2. spell-check corrections --- README | 5 +++-- README.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README b/README index ecfb2738..aa90e9b3 100644 --- a/README +++ b/README @@ -159,11 +159,12 @@ Manual. The wolffwd example tool will create a "direct-tcpip" style channel. These directions assume you have OpenSSH's server running in the background with port forwarding enabled. This example forwards the port for the wolfSSL -client to the server as the applciation. It assumes that all programs are run +client to the server as the application. It assumes that all programs are run on the same machine in different terminals. src/wolfssl$ ./examples/server/server - src/wolfssh$ ./examples/wolffwd/wolffwd -u -f 12345 -t 11111 + src/wolfssh$ ./examples/wolffwd/wolffwd -p 22 -u \ + -f 12345 -t 11111 src/wolfssl$ ./examples/client/client -p 12345 By default, the wolfSSL server listens on port 11111. The client is set to diff --git a/README.md b/README.md index ecfb2738..aa90e9b3 100644 --- a/README.md +++ b/README.md @@ -159,11 +159,12 @@ Manual. The wolffwd example tool will create a "direct-tcpip" style channel. These directions assume you have OpenSSH's server running in the background with port forwarding enabled. This example forwards the port for the wolfSSL -client to the server as the applciation. It assumes that all programs are run +client to the server as the application. It assumes that all programs are run on the same machine in different terminals. src/wolfssl$ ./examples/server/server - src/wolfssh$ ./examples/wolffwd/wolffwd -u -f 12345 -t 11111 + src/wolfssh$ ./examples/wolffwd/wolffwd -p 22 -u \ + -f 12345 -t 11111 src/wolfssl$ ./examples/client/client -p 12345 By default, the wolfSSL server listens on port 11111. The client is set to