interface nonexistent in the installer for ssh key creation
Bug #145514 reported by
Oliver Grawert
on 2007-09-27
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| ltsp (Ubuntu) |
Undecided
|
Oliver Grawert |
Bug Description
in the udeb we set up the interface we use for thin clients after the chroot was built. due to this fact there is no sshkey existent for this interface, the interfcae needs to be up and running before we create the chroot and the key needs to be in /target/
Oliver Grawert (ogra) wrote : | #2 |
ltsp (5.0.38) gutsy; urgency=low
* move interface configuration in the installer before the ltsp-build-client
run and bring the interface up, so ssh keys are generated properly later
hopefully helps with LP: #145514
-- Oliver Grawert <email address hidden> Fri, 05 Oct 2007 19:13:39 +0200
Changed in ltsp: | |
status: | New → Fix Released |
To post a comment you must log in.
you can work around that by running:
sudo ltsp-update-sshkeys
sudo ltsp-update-image
(in that order ... ) after the first reboot.
the typical error message for the above case in the ldm login windopw is: "This Workstation is not authorized", run the above commands if you experience it.