Fix distribution README Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/2b99d548 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/2b99d548 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/2b99d548
Branch: refs/heads/master Commit: 2b99d548c9f28ecf511763ff3d047b0bafe6e845 Parents: b362b54 Author: Guillaume Nodet <[email protected]> Authored: Wed Aug 19 08:48:43 2015 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Wed Aug 19 08:48:43 2015 +0200 ---------------------------------------------------------------------- assembly/src/main/distribution/README.txt | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/2b99d548/assembly/src/main/distribution/README.txt ---------------------------------------------------------------------- diff --git a/assembly/src/main/distribution/README.txt b/assembly/src/main/distribution/README.txt index e6852a8..76b4c27 100644 --- a/assembly/src/main/distribution/README.txt +++ b/assembly/src/main/distribution/README.txt @@ -23,23 +23,13 @@ Apache SSHD is a library to support the SSH2 protocol on both client and server side in java. This distribution provides a simple demonstration of a SSH -server that you can launched using the shell scripts in the +server and client that you can launched using the shell scripts in the bin folder. By default, the port used is 8000 and the authentication will succeed if the username and password are the same. SCP and SFTP support are both enabled in this configuration. The lib folder contains the sshd-core jar which is the main jar -and its required dependencies (slf4j-api and mina-core). -Note that if you're running on JDK 7, mina-core becomes an optional -dependency as a native IO layer built on top of NIO2 is provided -and selected by default if available. - -The sshd-pam module is an experimental module for leveraging the -Unix PAM authentication mechanism which is not really usable at the -moment. -The sshf-sftp module is an experimental module which provides an -object model for the SFTP subsystem to ease writing custom SFTP -servers. +and its required dependencies. Please send feedback to [email protected].
