I would like to use Tiny Core as a simple xserver.
With other linux machines I often use OpenSSH client/server to securely forward X with compression. I am wondering how to use the Dropbear client to connect to an OpenSSH server to acheive the same effect?
I would typically connect to the remote machine using the openssh client:
ssh -XC username@remotemachinename
then run xcalc for example
xcalc &
Then I would have an instance of xcalc running on the remote machine (running openssh server) but being forwarded back to the machine I am connecting from (hopefully the machine running tinycore). OpenSSH makes forwarding X so easy. Am I missing something with Dropbear?
If it is not possible, is anyone aware of an openssh client package for Tiny Core?