毕 业 论 文论文题目: SSH 加密技术讨论与实现 内 容 摘 要本论文通过对当前一些 SSH 加密技术讨论的分析,以与对 SSH 的考察,对网络数据传输过程的一些技术问题提出一些有用性的建议与实现。论文首先从 SSH 的整个进展现况与前景进行分析,提出了 SSH 加密技术需面对以与注意的几个问题,在客观地分析当前大多数的加密技术的优点以与缺点的过程中,提出了一些个人对于 SSH 加密技术的设想与建议。[关键词]SSH 加密技术 网络数据传输安全 程序设计AbstractThis paper through the analysis of the current some SSH encryption —technology research, and on the investigation to the SSH, for some technical problem in the process of network data transmission put forward some practical Suggestions and implement. Paper first from SSH's whole development present situation and prospect analysis, put forward SSH encryption technology must face and pay attention to several problems, the objective analysis of the current most of the encryption process, the advantages and disadvantages of put forward some personal ideas to SSH encryption and the suggestionKey words:SSH Encryption technologyNetwork data transmission securityThe program design目 录1.绪论 11.1.讨论背景和意义 11.2 讨论目标和主要内容 11.2.1 讨论目标 11.2.2 主要内容 11.2.对称密钥密码体质:21.3.非对称密钥密码体制 21.3.1.RSA 算法 21.3.2.DSA 算法 32.安全 SSH 的工作原理 42.1.SSH 的应用范围 42.1.1.特点与适用范围 42.2.SSH 的认证和加密方式:42.2.1.SSH 的体系结构:42.2.2.SSH 的工作模型(Client/Server):42.2.3.服务器端认证用户 52.2.4.SSH 的数据完整性 53.SSH 的安装和使用 63.1.SSH 的安装:63.2.服务器端 SSHD 的使用和配置:63.2.1.安全 Shell 守护程序的使用 63.3.客户程序 SSH.SCP 的使用和配置 153.3.1.安全 shell 客户程序的使用 15总结 28注释 29参考文献 30致谢 311.绪论1.1. 讨论背景和意义随着计算机网络技术特别是 Intennet 技术的进展,网络安全问题日益受到人们的重视。21 世纪全世界的计算机都通过 Intennet 连到一起...