Added a note about the user accounts used by the echoserver to the readme.

pull/269/head
John Safranek 2020-08-21 14:48:49 -07:00
parent bfa3d5717c
commit 5a4e022337
No known key found for this signature in database
GPG Key ID: 8CE817DE0D3CCB4A
1 changed files with 8 additions and 0 deletions

View File

@ -91,6 +91,14 @@ To use public key authentication use the command line:
Where the *USER* can be `gretel` or `hansel`, and *TYPE* is `rsa` or `ecc`.
Keep in mind, the echoserver has several fake accounts in its wsUserAuth
callback function. (jack, jill, hansel, and gretel) When the shell support is
enabled, those fake accounts will not work. They don't exist in the system's
passwd file. The users will authenticate, but the server will err out because
they don't exist in the system. You can add your own username to the password
or public key list in the echoserver. That account will be logged into a shell
started by the echoserver with the privileges of the user running echoserver.
scp support
-----------