- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: X forwarding and SSH
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
04-11-2003 11:35 AM
04-11-2003 11:35 AM
The DISPLAY environment variable is set to "localhost:10.0", but
the current configuration won't allow sam to run on that display.
I have also #xhost localhost on my local X server, to no avail...
Thanks for your help!
Jason
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 12:37 PM
04-11-2003 12:37 PM
Re: X forwarding and SSH
which version of OpenSSH (or commercial SSH) do you run on those new systems?
OpenSSH > 3.50 does have a few new features concerning X11-forwarding, IIRC...
Did you try an "xhost +" over that connection, first?
FWIW,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 01:21 PM
04-11-2003 01:21 PM
Re: X forwarding and SSH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 02:09 PM
04-11-2003 02:09 PM
Re: X forwarding and SSH
I have had issues with X forwarding but usually only on systems that I have IPv6 installed on. If that is the case then make sure that /etc/opt/ssh/sshd_conf contains the following line:
X11UseLocalhost no
Another possibility is that it is in fact a sam configuration gone mad, can you forward "xclock" for example?
Tyler Easterling
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2003 10:46 PM
04-13-2003 10:46 PM
SolutionThere can also be problems if the systems are getting conflicting information about their hostnames and IP Addresses. Check that this information matches using ping, nslookup etc.
One really obvious thing can be that if you do "ping localhost" it won't work.
Good luck,
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 11:37 AM
04-14-2003 11:37 AM
Re: X forwarding and SSH
hosts: dns [NOTFOUND=continue] files
After that, I could resolve localhost, and x forwarding started working!
Thanks!