wolfssh/examples
John Safranek 49f07314d6 examples, keys: add an Ed25519 user credential
The sample clients load hansel's Ed25519 key when neither RSA nor ECDSA
is compiled in, so public key auth reaches the echoserver's matching
sample keys instead of sending a request carrying no key.

- commit keys/{hansel,gretel}-key-ed25519.{der,pem,pub}, the pair to the
  echoserver's sample authorized keys
- ClientUserAuth() fails a publickey request with no key loaded, so the
  library can offer another method
2026-09-16 16:11:38 -07:00
..
client examples, keys: add an Ed25519 user credential 2026-09-16 16:11:38 -07:00
echoserver echoserver: add Ed25519 sample public keys 2026-09-16 16:11:38 -07:00
portfwd ssh, internal: always flush the worker's output 2026-09-14 10:40:48 -07:00
scpclient ssh, internal: always flush the worker's output 2026-09-14 10:40:48 -07:00
sftpclient
tpmcertserver
include.am