0

Using any Live CD possible to do ssh? If yes kindly share the step.

I have use Ubuntu v12 after booting in live mode

$ sudo bash
# apt-get install openssh-server
# /etc/init.d/ssh restart or service ssh restart

Error say unrecognized service

neolix
  • 528
  • 7
  • 20

1 Answers1

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
Rajat
  • 3,349
  • 22
  • 29