File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ up to 128kB of data before sending a channel window adjust message. An
5959example of setting a window size for new channels would be as follows
6060` ./configure CPPFLAGS="-DDEFAULT_WINDOW_SZ=16384" `
6161
62- For 32bit Linux platforms you can add support for files > 2GB by compling
62+ For 32bit Linux platforms you can add support for files > 2GB by compiling
6363with ` CFLAGS=-D_FILE_OFFSET_BITS=64 ` .
6464
6565examples
@@ -177,7 +177,7 @@ The client tool accepts the following command line options:
177177 -x exit after successful connection without doing
178178 read/write
179179 -N use non-blocking sockets
180- -t use psuedo terminal
180+ -t use pseudo terminal
181181 -c <command> executes remote command and pipe stdin/stdout
182182 -a Attempt to use SSH-AGENT
183183
@@ -476,7 +476,7 @@ On the client side, you will see the following output:
476476
477477Server said: Hello, wolfSSH!
478478
479- If you want to see inter-operability with OpenQauntumSafe's fork of OpenSSH, you
479+ If you want to see interoperability with OpenQauntumSafe's fork of OpenSSH, you
480480can build and execute the fork while the echoserver is running. Download the
481481release from here:
482482
You can’t perform that action at this time.
0 commit comments