- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- ssh and GUI
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 07:05 AM
тАО09-23-2005 07:05 AM
SSH Server OS: rhel AS 4.0
SSH server Ip:10.0.0.100
ssh Client: rhl 9.0
ssh client IP: 10.2.2.20
i ssh to my server, and after sucesfuly login, I ran 'startx', so that i can work on my server in GUI environment... but this(i.e issuing 'startx' command) cause the X-server runing on SSH server.... :(
what should i do, so that i can work remotely from ssh client on my ssh server, in GUI environment.
Any Help will be HighlY AppreciaTed
Regards
Maaz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 08:43 AM
тАО09-23-2005 08:43 AM
Re: ssh and GUI
Start by issuing the 'xhost +' command.
Once you connect to the rh4 system, export your display back to your IP address and then you can run all the X applications you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 09:42 AM
тАО09-23-2005 09:42 AM
SolutionYou can start locally the X session, then connect using SSH, and export the DISPLAY variable in the remote host.
In the client computer, run:
startx
xhost +
Connect to the remote host using ssh.
In the remote host run:
export DISPLAY=10.2.2.20:0
Then run the utility you want to run, like linuxconf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 05:28 PM
тАО09-23-2005 05:28 PM
Re: ssh and GUI
Ivan Ferreira.
Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 05:32 PM
тАО09-23-2005 05:32 PM
Re: ssh and GUI
Thanks Forum
Regards
Maaz