Chinaunix首页 | 论坛 | 博客
  • 博客访问: 229517
  • 博文数量: 108
  • 博客积分: 3092
  • 博客等级: 中校
  • 技术积分: 1172
  • 用 户 组: 普通用户
  • 注册时间: 2008-07-25 16:35
文章分类

全部博文(108)

文章存档

2011年(3)

2010年(43)

2009年(19)

2008年(43)

我的朋友

分类: LINUX

2010-05-11 14:20:45

1.SSH

Secure Shell or SSH is a network protocol that allows data to be exchanged using a secure channel between two networked devices.Used primarily on GNU/Linux and Unix based systems to access shell accounts, SSH was designed as a replacement for Telnet and other insecure remote shells, which send information, notably passwords, in plaintext, rendering them susceptible to packet analysis.The encryption used by SSH provides confidentiality and integrity of data over an insecure network, such as the Internet.
 
2.SSH configuration in Redhat5.4 enterprise

1)download openssl & openssh
source:
2)installation
openssl should be installed first and then openssh
for openssl:
#./config --openssldir=/usr/local/openssl
#make
#make install
for openssh:
#./configure --prefix=/usr/local/openssh --with-pam --with-tcp-wrappers
#cd contrib/redhat
#cp sshd.pam /etc/pam.d/sshd
#make
#make install
 
3.chose SSH protol in mremote connection configuration
4.and then connected

阅读(2358) | 评论(0) | 转发(0) |
0

上一篇:[zz]JVM,JRE,JDK

下一篇:virtual provisoning

给主人留下些什么吧!~~