免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1144 | 回复: 0
打印 上一主题 下一主题

Diffrence btw OPENSSH and SSH2 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-09-02 10:05 |只看该作者 |倒序浏览

Diffrence btw OPENSSH and SSH2
Item
Openssh(free at all)
SSH2(comercial version of ssh)
Generate key command
ssh-key
ssh-keygen2
Default directory of key file
~/.ssh
~/.ssh2
Authorization file location
~/.ssh/authorized_keys
~/.ssh2/authorization ; ~/.ssh2
Identity key file location
~/.ssh/
~/.ssh2/identification ; ~/.ssh2
Accept muti Authorization file
Yes
Yes
Pub-key conversion
ssh-keygen -e -f openssh-key.pub > ssh2-key.pub
ssh-keygen -i -f ssh2-key.pub > openssh-key.pub
Pub-key store format
Per line in ~/.ssh/authorized_keys
Different name under ~/.ssh2 and all name were included in ~/.ssh2/authorization with format "Key pubkey.pub"
Scp insight
Rcp over ssh
Sftp
Example
http://www.isi.edu/~weiye/howto/ssh2_openssh.html
SSH, The Secure Shell: The Definitive Guide

Explanation of SSH produces and protocols.
Terminology: SSH Protocols and Products
SSH
    A generic term referring to SSH protocols or software products.
SSH-1
    The SSH protocol, Version 1. This protocol went through several
    revisions, of which 1.3 and 1.5 are the best known, and we will
    write SSH-1.3 and SSH-1.5 should the distinction be necessary.
SSH-2
    The SSH protocol, Version 2, as defined by several draft standards
    documents of the IETF SECSH working group.
SSH1
    Tatu Ylönen's software implementing the SSH-1 protocol; the original
    SSH. Now distributed and maintained (minimally) by SSH
    Communications Security, Inc.
SSH2
    The "SSH Secure Shell" product from SSH Communications Security, Inc.
    This is a commercial SSH-2 protocol implementation, though it is
    licensed free of charge in some circumstances.
ssh (all lowercase letters)
    A client program included in SSH1, SSH2, OpenSSH, F-Secure SSH, and
    other products, for running secure terminal sessions and remote
    commands. In SSH1 and SSH2, it is also named ssh1/ssh2, respectively.
OpenSSH
    The product OpenSSH from the OpenBSD project,
    which implements both the SSH-1 and SSH-2 protocols.
OpenSSH/1
    OpenSSH, referring specifically to its behavior
    when using the SSH-1 protocol.
OpenSSH/2
    OpenSSH, referring specifically to its behavior
    when using the SSH-2 protocol.


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/52953/showart_1161756.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP