Windows7使用putty通过SSH连接RHEL5

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 | 引用: 0 | 查看次数: 4586
发表评论
登录后再发表评论!