File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -500,15 +500,15 @@ echoserver the command line option `-a`.
500500
501501 $ ./examples/echoserver/echoserver -a ./keys/ca-cert-ecc.pem
502502
503- The echoserver and client have a fake user named "john " whose certificate
503+ The echoserver and client have a fake user named "fred " whose certificate
504504will be used for authentication.
505505
506506An example echoserver / client connection using the example certificate
507- john -cert.der would be:
507+ fred -cert.der would be:
508508
509- $ ./examples/echoserver/echoserver -a ./keys/ca-cert-ecc.pem -K john :./keys/john -cert.der
509+ $ ./examples/echoserver/echoserver -a ./keys/ca-cert-ecc.pem -K fred :./keys/fred -cert.der
510510
511- $ ./examples/client/client -u john -J ./keys/john -cert.der -i ./keys/john -key.der
511+ $ ./examples/client/client -u fred -J ./keys/fred -cert.der -i ./keys/fred -key.der
512512
513513
514514WOLFSSH APPLICATIONS
You can’t perform that action at this time.
0 commit comments