An implementation of the SSH 2.0 protocol (client and server) in Syndicate/rkt.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tony Garnock-Jones ada53d7ad5
Switch to fixcopyright package
2 months ago
git-hooks Switch to fixcopyright package 2 months ago
protocols/schemas Update to latest protocol definitions 1 year ago
syndicate-ssh Move protocols out of source tree, like syndicate-rkt does 2 years ago
.gitignore Initial commit from racket-ssh 10 years ago
COPYING Reorganize for syndicate/rkt port 2 years ago
COPYING.LESSER Reorganize for syndicate/rkt port 2 years ago
Makefile Switch to fixcopyright package 2 months ago
README.md Reorganize for syndicate/rkt port 2 years ago
TODO Initial commit from racket-ssh 10 years ago
drive.sh Partially modernize algorithm selections 2 years ago
setup.sh Reorganize for syndicate/rkt port 2 years ago

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.