Windows Opensshd安装与配置
(1)下载软件
下载地址
(2)安装
直接双击Setupsshd.exe安装,中间的提示不用管。
(3)配置
C:\Program Files\OpenSSH\bin>mkgroup.exe -l >> ..\etc\group
C:\Program Files\OpenSSH\bin>mkpasswd.exe -l >> ..\etc\passwd
C:\Program Files\OpenSSH\bin>net start opensshd
(4)登录
[root@host30 ~]# ssh admin@192.168.5.31
****USAGE WARNING****
This is a private computer system. This computer system, including all
related equipment, networks, and network devices (specifically including
Internet access) are provided only for authorized use. This computer system
may be monitored for all lawful purposes, including to ensure that its use
is authorized, for management of the system, to facilitate protection against
unauthorized access, and to verify security procedures, survivability, and
operational security. Monitoring includes active attacks by authorized entities
to test or verify the security of this system. During monitoring, information
may be examined, recorded, copied and used for authorized purposes. All
information, including personal information, placed or sent over this system
may be monitored.
Use of this computer system, authorized or unauthorized, constitutes consent
to monitoring of this system. Unauthorized use may subject you to criminal
prosecution. Evidence of unauthorized use collected during monitoring may be
used for administrative, criminal, or other adverse action. Use of this system
constitutes consent to monitoring for these purposes.
admin@192.168.5.31's password:
Permission denied, please try again.
admin@192.168.5.31's password:
Last login: Wed Apr 7 14:34:41 2010 from 192.168.5.30
Could not chdir to home directory /home/admin: No such file or directory
Microsoft Windows XP [
阅读(6603) | 评论(0) | 转发(0) |