Download List

项目描述

DSSH was written as a direct replacement for the
OpenSSH client. It adds SSH over SSH tunneling
capabilities (for example, to log in to a network
hidden by a firewall), scripting support (using
BeanShell), an advanced agent (which allows storing
of passwords) and "su -" interactive logging for
machines that have disabled direct root login. All
of this was done to enable automated scripting and
logging to many machines based on a few simple
rules.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-02-02 03:37
1.1k

此版本从Groovy切换到BeanShell。这通常需要dssh.groovy改写,但非常简单的微调是必要的。这使得内存占用量大降,负载时间快两倍。此版本还增加了Solaris平台的支持。
标签: BeanShell
This release switches from Groovy to BeanShell. This usually requires
rewriting of dssh.groovy, but very simple tweaks are needed. This caused
the memory footprint to drop significantly, and the load time is twice as fast.
This release also adds Solaris platform support.

2008-11-28 08:57
1.1i

参数- V是比以前更详细的:它打印的身份验证方法是什么成功。它并不试图授权使用su或埃纳如果代理人并没有为特定的用户的密码。当使用- V时,解释了什么是错误的。
标签: Minor feature enhancements
The parameter -v is more verbose than before: It prints what authentication method succeeded. It does not try to authenticate using su or ena, if the agent has no password for that particular user. When using -v, it explains what's wrong.

2008-11-21 06:18
1.1h

此版本增加了对Linux上的AMD - 64架构。
标签: Minor feature enhancements
This release adds support for the AMD-64 architecture on Linux.

2008-08-04 08:35
1.1g

此版本增加了按照大家的要求SCP的模式(只添加- s,它应该作为一个正常的scp命令)。递归模式尚不支持。它已经被移植到最新的Trilead的SSH库(这是一种Ganymed SSH的继任者)。这是相同的代码库,但包名的变化和增加了一些功能。
This release adds scp mode by popular request (just add -s and it should work as a normal scp command). Recursive mode is not yet supported. It has been ported to the latest Trilead SSH library (which is a successor of Ganymed SSH). It is the same code base, but package names have changed and few features were added.

2008-07-29 23:47
1.1f

批处理模式的选择,代码清理工作。
标签: Minor feature enhancements
A batch mode option and a code cleanup.

Project Resources