centos livecd ssh 默认是关闭的
如果希望putty访问,需要打开ssh服务,停止防火墙,并设置root的密码
5、验证SSH服务状态,命令为:/etc/init.d/sshd status
4、重新启动SSH服务,命令为:/etc/init.d/sshd start
关闭防火墙
#/etc/init.d/iptables stop
由于live cd root默认密码为空,需要设置密码
[root@localhost ~]# passwd
Changing password for user root.
New password:
Retype new password:
有话要说