[Level 1] Remote UI display in local Ubuntu X.
If you want to display remote UI to your local X.
You can use ssh -X to login remote server.
Ex.
local# ssh -X user@remote_host
remote# echo $DISPLAY
local_host:10.0
remote# xclock
Then you can see xclock on your local X
Wish this helps.
regards,
Stanley Huang
You can use ssh -X to login remote server.
Ex.
local# ssh -X user@remote_host
remote# echo $DISPLAY
local_host:10.0
remote# xclock
Then you can see xclock on your local X
Wish this helps.
regards,
Stanley Huang
Comments
Post a Comment