An implementation of the SSH 2.0 protocol (client and server) in Syndicate/rkt.
Go to file
Tony Garnock-Jones ada53d7ad5 Switch to fixcopyright package 2023-01-17 11:49:15 +01:00
git-hooks Switch to fixcopyright package 2023-01-17 11:49:15 +01:00
protocols/schemas Update to latest protocol definitions 2021-12-01 14:39:41 +01:00
syndicate-ssh Move protocols out of source tree, like syndicate-rkt does 2021-07-01 09:44:09 +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 Switch to fixcopyright package 2023-01-17 11:49:15 +01: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
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.