syndicate-ssh/README.md

18 lines
659 B
Markdown
Raw Normal View History

2013-05-21 16:01:14 +00:00
# Racket SSH server (and client)
This is a [Racket](http://racket-lang.org/) implementation of the SSH
v2 protocol. It's written to work with
2021-06-10 19:42:23 +00:00
[Syndicate](https://syndicate-lang.org/), but could readily be adapted
to work with other I/O substrates. (It originally used Racket's `sync`
and events directly.)
2013-05-21 16:01:14 +00:00
2021-06-10 19:42:23 +00:00
## Copyright and Licence
2013-05-21 16:01:14 +00:00
2021-06-10 19:42:23 +00:00
Copyright 2010-2021 Tony Garnock-Jones <tonyg@leastfixedpoint.com>
2013-05-21 16:01:14 +00:00
2021-06-10 19:42:23 +00:00
This program is distributed under the terms of the [LGPLv3
license](https://opensource.org/licenses/lgpl-3.0.html) or any later version.
2013-05-21 16:01:14 +00:00
2021-06-10 19:42:23 +00:00
Documentation is distributed under the terms of the [CC BY 4.0
license](https://creativecommons.org/licenses/by/4.0/).