提交 e8df1c79 编写于 作者: K Kohsuke Kawaguchi

Jenkins now acts as an SSH daemon

上级 a8f5cd5e
......@@ -55,7 +55,9 @@ Upcoming changes</a>
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
<li class='major rfe'>
Jenkins now acts as an SSH daemon
(<a href="https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+SSH">doc</a>)
</ul>
</div><!--=TRUNK-END=-->
......
......@@ -112,6 +112,11 @@ THE SOFTWARE.
<artifactId>ssh-cli-auth</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>sshd</artifactId>
<version>1.0</version>
</dependency>
<!-- offline profiler API when we need it -->
<!--dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册