An implementation of the SSH 2.0 protocol (client and server) in Syndicate/rkt.
Go to file
Tony Garnock-Jones 4e1d525904 Push through to channel layer 2021-06-15 14:52:55 +02:00
git-hooks Reorganize for syndicate/rkt port 2021-06-10 21:42:23 +02:00
syndicate-ssh Push through to channel layer 2021-06-15 14:52:55 +02:00
.gitignore Initial commit from racket-ssh 2013-05-10 17:01:46 -04:00
COPYING Reorganize for syndicate/rkt port 2021-06-10 21:42:23 +02:00
COPYING.LESSER Reorganize for syndicate/rkt port 2021-06-10 21:42:23 +02:00
Makefile Reorganize for syndicate/rkt port 2021-06-10 21:42:23 +02:00
README.md Reorganize for syndicate/rkt port 2021-06-10 21:42:23 +02:00
TODO Initial commit from racket-ssh 2013-05-10 17:01:46 -04:00
drive.sh Partially modernize algorithm selections 2021-06-14 17:09:35 +02:00
fixcopyright.rkt Reorganize for syndicate/rkt port 2021-06-10 21:42:23 +02:00
setup.sh Reorganize for syndicate/rkt port 2021-06-10 21:42:23 +02:00

README.md

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 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.