View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#51
Here's a cool trick. Currently, the maemo ssh server (sshd) doesn't handle X-Forwarding. If you ssh to your tablet and try to run a GUI app, it will simply appear on your tablet's screen. If you go into your chroot and issue
Code:
/etc/init.d/ssh stop
/etc/init.d/ssh start
the next time you ssh to your tablet you will go directly into your Debian chroot and you will be able to use X-Forwarding of all your GUI apps.

Does anyone know how to fix the "The fingerprint for the RSA key sent by the remote host has changed" error one gets when doing this? Is there a file I can copy from my OS2008 rootfs to the chroot to sync the keys?

EDIT: You can fix the problem of changed keys by copying the ssh keys from your main filesystem to your chroot (before you do the stop and start above). As root, with the chroot mounted (but not from within the chroot), do this:
Code:
cp /etc/ssh/ssh_host_* /debian/etc/ssh/
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2008-06-27 at 07:37.
 

The Following User Says Thank You to qole For This Useful Post: