木子屋 Dnawo's BLOG

Windows7使用putty通过SSH连接RHEL5

👤 dnawo 📅 2011-06-23 👁 5366 👍 0 💬 0 🔄 来源:本站原创
1.RHEL5上安装并启动SSH服务

[root@localhost /]# rpm -qa | grep ssh
openssh-askpass-4.3p2-16.el5
openssh-clients-4.3p2-16.el5
openssh-4.3p2-16.el5
openssh-server-4.3p2-16.el5
[root@localhost /]# useradd sshuser
[root@localhost /]# passwd sshuser
Changing password for user sshuser.
New UNIX password: 
Retype new UNIX password: 
passwd: all authentication tokens updated successfully.
[root@localhost /]# service sshd start
启动 sshd:                                                [确定]
[root@localhost /]#

2.Windows7使用putty连接RHEL5

下载putty,解压后运行putty.exe,连接步骤如下:

图片

图片

评论(0)

暂无评论。

验证码
评论需审核通过后显示
← 上一篇 中国联通如意通-畅聊卡2010版1号资费 下一篇 → RHEL5下用mono运行.NET控制台程序