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
阅读(2403) | 评论(0) | 转发(0) |