使用任何 Live CD 都可以进行 ssh 吗?如果可以,请分享步骤。
我在实时模式下启动后使用了 Ubuntu v12
$ sudo bash
# apt-get install openssh-server
# /etc/init.d/ssh restart or service ssh restart
错误说无法识别的服务
答案1
Step 1 use "clonezilla Live CD"
Step 2 boot using Clonezilla Live CD
Step 3 Choose language in Clonezilla live
Step 4 Keyboard selection in clonezilla live
Step 5 Enter clonezilla or shell command (choose shell command)
Step 6 Choose option "2"
Step 7 You'll get "$" prompt
Step 8 $ sudo bash
Step 9 # ifconfig eth0 XXX.XXX.XXX.XXX
Step 10 passwd (change root passwd)
Step 11 #/etc/init.d/ssh restart