Ssh server parameters
An ssh server which serves ammonite repl as it's shell channel.
An ssh server which serves ammonite repl as it's shell channel. To start listening for incoming connections call start() method. You can stop() the server at any moment. It will also close all running sessions
A factory to simplify creation of ssh server
Ssh server parameters
a port to be used by ssh server. Set it as
0
to let server choose some random port.path that ammonite repl sessions will be using as their home directory
path to the place where to store server's identity key