An implementation of the SSH 2.0 protocol (client and server) in Syndicate/rkt.
git-hooks | ||
protocols/schemas | ||
syndicate-ssh | ||
.gitignore | ||
COPYING | ||
COPYING.LESSER | ||
drive.sh | ||
Makefile | ||
README.md | ||
setup.sh | ||
TODO |
Racket SSH server (and client)
This is a Racket implementation of the SSH
v2 protocol. It's written to work with
Syndicate, but could readily be adapted
to work with other I/O substrates. (It originally used Racket's sync
and events directly.)
Copyright and Licence
Copyright 2010-2021 Tony Garnock-Jones tonyg@leastfixedpoint.com
This program is distributed under the terms of the LGPLv3 license or any later version.
Documentation is distributed under the terms of the CC BY 4.0 license.