Re: Accessing another Kubuntu 9.10 just as you'd be sitting there
Yep. #$%^& computers do what you tell them to do, not what you WANT them to do! And it did exactly what you told it to do.
To debug this, first things first. Say computer "A" is the one you want to use to connect remotely with, and "B" is the host system - the one you want to log into.
Boot B, log in to a kde session with your Bob account.
Now on A, boot normally, starting a kde session with whatever account you have on it (doesn't matter). Open konsole, (the terminal program in kde, NOT a ctrl-alt-f#) and type:
ssh -X Alice@B substituting the account on B that you want to use for "Alice" and the system name for B.
You should get a prompt that says something like Alice@B:~$.
Now type something simple: pwd will do. You should get back /home/Alice.
Now try some sort of graphical program - kdf, kate, whatever. It should open as a window on A.
If all is going well, then try plasma-desktop. I'm not sure what will happen here, that's the experiment. I wish I had another system to test thins on, but right now, I don't, so I can only make untested suggestions.
Edit: If you want to go the text console route, then you would have to type something like startx A:2 to tell it to open the X session on computer A, not B. I'm not sure of the proper command syntax there, check man startx.
startx -- :2
Well, it turned out that this has successfully started the 2nd X session _on_ the remote PC
To debug this, first things first. Say computer "A" is the one you want to use to connect remotely with, and "B" is the host system - the one you want to log into.
Boot B, log in to a kde session with your Bob account.
Now on A, boot normally, starting a kde session with whatever account you have on it (doesn't matter). Open konsole, (the terminal program in kde, NOT a ctrl-alt-f#) and type:
ssh -X Alice@B substituting the account on B that you want to use for "Alice" and the system name for B.
You should get a prompt that says something like Alice@B:~$.
Now type something simple: pwd will do. You should get back /home/Alice.
Now try some sort of graphical program - kdf, kate, whatever. It should open as a window on A.
If all is going well, then try plasma-desktop. I'm not sure what will happen here, that's the experiment. I wish I had another system to test thins on, but right now, I don't, so I can only make untested suggestions.
Edit: If you want to go the text console route, then you would have to type something like startx A:2 to tell it to open the X session on computer A, not B. I'm not sure of the proper command syntax there, check man startx.
Comment