Skip to content
Merged
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ up to 128kB of data before sending a channel window adjust message. An
example of setting a window size for new channels would be as follows
`./configure CPPFLAGS="-DDEFAULT_WINDOW_SZ=16384"`

For 32bit Linux platforms you can add support for files > 2GB by compling
For 32bit Linux platforms you can add support for files > 2GB by compiling
with `CFLAGS=-D_FILE_OFFSET_BITS=64`.

examples
Expand Down Expand Up @@ -177,7 +177,7 @@ The client tool accepts the following command line options:
-x exit after successful connection without doing
read/write
-N use non-blocking sockets
-t use psuedo terminal
-t use pseudo terminal
-c <command> executes remote command and pipe stdin/stdout
-a Attempt to use SSH-AGENT

Expand Down Expand Up @@ -476,7 +476,7 @@ On the client side, you will see the following output:

Server said: Hello, wolfSSH!

If you want to see inter-operability with OpenQauntumSafe's fork of OpenSSH, you
If you want to see interoperability with OpenQauntumSafe's fork of OpenSSH, you
can build and execute the fork while the echoserver is running. Download the
release from here:

Expand Down