OpenSSH 5.4 发布

最近,SSH 协议的开源实现 OpenSSH 发布了新的 5.4 版本。该版本“默认不再启用 SSH 协议 1.0,完整支持 SSH 协议 1.3、1.5 和 2.0 版,支持 CA 证书,新增 netcat 模式,sftp-server 增加只读模式,sftp 客户端和服务器端的大量改进和众多 bug 修正等等”。

OpenSSH

参阅 OpenSSH 5.4 发布公告可了解详情。OpenSSH 5.4 的源代码可从这里获取

{ via Solidot }

Read More:

11 Comments

  1. 1 ebird Commented @ 2010-03-11 12:24Reply to this comment

    请教netcat 模式是啥意思?怎么用的?

  2. 2 hmy Commented @ 2010-03-11 13:00Reply to this comment

    netcat ; 基于网络的cat ; 号称网络工具中的瑞士军刀

  3. 3 handsomegui Commented @ 2010-03-11 13:09Reply to this comment

    对我来说, 最有必要的是, 将sftp和ssh可以做到随时方便切换, 别正用着ssh,需要上下载个东西还需要logout, 然后再sftp上去。 很痛苦。 不知道各位有没有遇到类似问题? 还是已经有这个功能了我不知道? 前辈们给支个招, 谢谢了

  4. 4 骡骡 Commented @ 2010-03-11 14:45Reply to this comment

    很少用sftp,一般用libszrz,也很方便

  5. 5 linenoise Commented @ 2010-03-11 14:50Reply to this comment

    ~^z 挂起当前的ssh连接. 然后做你想做的吧别忘了做完后在fg回到挂起的ssh连接继续吧. -:>

  6. 6 大头龙仔 Commented @ 2010-03-11 14:52Reply to this comment

    为什么要logout?

  7. 7 GunsNRose Commented @ 2010-03-11 15:37Reply to this comment

    弄个lftp sftp://xxx 很方便啊

  8. 8 hmy Commented @ 2010-03-11 17:25Reply to this comment

    sshfs 配合 automount ; 可以象在本地一样的操作远程机器的文件系统. 用 cd ,cp mv 这些,比ftp更方便

  9. 9 handsomegui Commented @ 2010-03-12 0:58Reply to this comment

    @linenoise: 对不起, 我可能表述不清, 我再解释一下:

    当然可以control + z来挂起当前的ssh会话, 但是我想知道的是,挂起之后呢? 是否还需要 sftp user@server 再登陆一次,才可以在remote/local之间上下载? 还是挂起当前ssh session后, 有什么特别的操作可以不用再次sftp user@server ? 请指教。谢谢。 @大头龙仔: 当然可以不logout, 比如重新开一个 sftp,我只是一种表述, logout不是必须的。 但我想知道此时 sftp 再次登陆是否还是必须的? 如果是的话, 我觉得比较麻烦。

    当然用其他的软件如: lftp, sshfs解决这个我也知道,但我讨论的本意是ssh本身。毕竟很多服务器上你没有安装sshfs的权限, 或是源里面没有需要编译啥的... 总之我就是觉得奇怪, 为啥openssh不设计的让使用者方便一点?

  10. 10 君临天下 Commented @ 2010-03-12 10:02Reply to this comment

    有必要尝试一下尤其是 sftp 只读!

  11. 11 evan Commented @ 2010-03-14 12:59Reply to this comment

    @handsomegui scp 就可以上传、下载远程机器的文件了