[Pkg-ltsp-devel] Re: ldm / ssh weirdness
vagrant at freegeek.org
vagrant at freegeek.org
Fri Mar 16 04:34:26 CET 2007
On Thu, Mar 15, 2007 at 06:42:04PM -0300, Gustavo Franco wrote:
> I've just started using ldm (we used gdm back then on our CDD) and a
> co-worker find out that ldm (latest in sid) wasn't working out of the
> box and needed the following patch:
>
> --- ldm 2006-12-22 16:55:47.000000000 -0500
> +++ ldm.new 2007-01-25 15:02:09.000000000 -0500
> @@ -113,7 +113,8 @@
>
> ssh_opts = ['-v',
> '-X',
> - '-c', 'blowfish-cbc,aes128-cbc,3des-cbc']
> + '-c', 'blowfish-cbc,aes128-cbc,3des-cbc',
> + '-o', 'StrictHostKeyChecking no']
>
> if self.use_localdev:
> localdev_ssh_opts=['-M',
>
>
> What am i missing to log into with a available account without the
> patch above? I'm sure you did it, but i fail to see how. Thoughts?
does running ltsp-update-sshkeys fix the problem without requiring the
patch? it should also automatically run everytime a network interface
comes up. is it on a server other than the NFS server?
this also would be sort of fixed by having a more proper ssh-askpass
implementation for ldm-askpass. at the expense of asking questions that
many users might not understand...
i do think we should be able to configure ssh_opts, so if people want to
add things like "-o StrictHostKeyChecking no" it would be possible
without hacking ldm.
> Btw, we've some progress and cool stuff to add on ltspfs (Debian),
> that i plan to report through the BTS soon (eg.: usb floppy support
> and some random fixes).
look forward to it :)
my ltspfs bzr branches are mentioned in the ltspfs debian/copyright
live well,
vagrant
p.s. no need to CC me, i'll read the list. though, i guess i haven't
seen your message hit the list yet, so hrm...
More information about the Pkg-ltsp-devel
mailing list