1. update the README file with a missing setting on the wolffwd tool

2. spell-check corrections
pull/98/head
John Safranek 2018-09-18 14:39:38 -07:00
parent 8a13a829df
commit 2fbd219b82
2 changed files with 6 additions and 4 deletions

5
README
View File

@ -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 <username> -f 12345 -t 11111
src/wolfssh$ ./examples/wolffwd/wolffwd -p 22 -u <username> \
-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

View File

@ -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 <username> -f 12345 -t 11111
src/wolfssh$ ./examples/wolffwd/wolffwd -p 22 -u <username> \
-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