vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have a linux box that I want to boot with the "install-x86-minimal-2006.0.iso" image, and then start the SSH daemon and continue the install remotely using an SSH session. I can't seem to be able to start it. It complains about host keys being unknown, or something to that effect, IIRC. Is there a way to do this remotely? Thanks. |
| |||
| Buck Turgidson wrote: > I have a linux box that I want to boot with the > "install-x86-minimal-2006.0.iso" image, and then start the SSH daemon and > continue the install remotely using an SSH session. I can't seem to be > able > to start it. It complains about host keys being unknown, or something to > that effect, IIRC. > > Is there a way to do this remotely? > /etc/init.d/sshd start rather than trying to start it manually. |
| ||||
| MikeyD wrote: > Buck Turgidson wrote: > >> I have a linux box that I want to boot with the >> "install-x86-minimal-2006.0.iso" image, and then start the SSH daemon and >> continue the install remotely using an SSH session. I can't seem to be >> able >> to start it. It complains about host keys being unknown, or something to >> that effect, IIRC. >> >> Is there a way to do this remotely? >> > /etc/init.d/sshd start rather than trying to start it manually. I would recommend changing your root password prior to using ssh so you know what the password is as well. -- Please reply to cappycdn aatt gmail ddott com |