Title: SSHD Sources Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ## Overview Sources for the Apache MINA projects are currently managed through GIT. Instructions on GIT use can be found at . # Normal Git Access Anyone can check code out of Git. You only need to specify a username and password in order to update the Git repository, and only MINA committers have the permissions to do that. We run Git over standard HTTPS, so hopefully you won't have problems with intervening firewalls. ## Web Access The following is a link to the [online source repository](https://gitbox.apache.org/repos/asf?p=mina-sshd.git;a=summary). # Cloning from the Git repo Again, anyone can do this. Use a command like to pull the current development version (the trunk): read only access : git clone http://gitbox.apache.org/repos/asf/mina-sshd.git sshd write access : git clone https://gitbox.apache.org/repos/asf/mina-sshd.git sshd You will not be able to commit into the project if you are not a committer. # Documentation The Website documentation is published via Apache SVN pubsub. The website source resides at [https://svn.apache.org/repos/asf/mina/site/trunk/content/sshd-project/](https://svn.apache.org/repos/asf/mina/site/trunk/content/sshd-project/)