You are not logged in.
Pages: 1
Hi!
I have a computer as server in the garage. I would like to boot linux live cd on that computer an connect remotely from other computer in my home network over shh and install linux. Is that possible?
Linux should turn on network card and get ip with dhcp and start sshd.
Thanks,
Slavko
Offline
yep. you just need to start the sshd which can be found in /usr/sbin/sshd this should start it for you and generate all information.
<include stdio.h>
<include beer.h>
if (beer != 0) { KeepDrinking(); }else { MoreBeer("18pack"); }
Offline
Simply adding the sshd (which is a daemon) to the DAEMON array in rc.conf will do it for you.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
I believe what he is looking for is a live cd that runs sshd by default that is set up to listen on any address so that he can simply put the cd in the drive and boot up, then go back in the house and do the rest from there.
archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson
Offline
Yes rson451, that is exactly what I want.
I already tried to burn DSL live linux in such way but I did not succeed.
Offline
Yes rson451, that is exactly what I want.
I already tried to burn DSL live linux in such way but I did not succeed.
You can do that on any live CD -- as long as you have a working internet connection. So yes, you will have to configure the internet at least on that machine. After that, simply install openssh and start it up. But I don't know if any of the live CDs have ssh pre-configured.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
gentoo does. on there minimal install cd I would start ssh and install from my main desktop machine. through putty or if i was booted into my linux desktop I would just ssh to machines ip. mostly just had to do /etc/init.d/sshd start. No downloading or installing of ssh.
Last edited by samuraitux (2009-02-05 22:17:51)
<include stdio.h>
<include beer.h>
if (beer != 0) { KeepDrinking(); }else { MoreBeer("18pack"); }
Offline
Pages: 1