- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ssh question
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
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
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
07-02-2007 02:23 PM
07-02-2007 02:23 PM
ssh question
Any help and/or pointers would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 02:56 PM
07-02-2007 02:56 PM
Re: ssh question
where the server has a X display configured on a partuclar number
e.g:-
]# export DISPLAY=IP:13.0
]# xhost +
access control disabled, clients can connect from any host
]# ps -ef|grep X
root 7118 700 0 22:18 pts/9 00:00:00 /usr/X11R6/bin/Xvfb :13 -screen
Or
keep the x program(like refletion X) running on your pc.
export DISPLAY=localpc:0.0
run the program like for example ignite/pv which pop with the respective GUI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 05:41 PM
07-02-2007 05:41 PM
Re: ssh question
It will also tunnel all X traffic.
The only prerequisite is that the SSH server that you connect to has X-Forwarding allowed, which you should check:
$ hostname;grep ^X11Forward /etc/ssh/sshd_config
gomera
X11Forwarding yes
Then connect the client, without, and with -X
$ ssh gomera hostname\;printenv DISPLAY
gomera
$ ssh -X gomera hostname\;printenv DISPLAY
gomera
localhost:11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 02:59 AM
07-03-2007 02:59 AM
Re: ssh question
What I really need to know is if I login to our gateway, login to a customer system insie their network and then connect to another customer system will I be able to forward the X connands to my pC fro tmhe end system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 04:31 AM
07-03-2007 04:31 AM
Re: ssh question
Make sure that you have enabled X11 forwarding in your putty configuration (Connection -> SSH -> Tunnels) and specified your X display location (eg. localhost:0)
Then when you ssh from host to host make sure you use the "-X" option
Best regards,
Kasper