- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- x11 forwarding?
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
09-24-2009 08:51 PM
09-24-2009 08:51 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 09:03 PM
09-24-2009 09:03 PM
Re: x11 forwarding?
How did you _disable_ it?
How are they connecting to the server?
RSH/remsh? SSH? Telnet?
From what are they connecting to the server?
An X terminal? Some UNIX workstation? Some
mysterious Windows system? A Macintosh? (I
could go on.)
What, exactly, do you want to do? What does
"x11 forwarding" mean to you?
echo $DISPLAY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 09:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 10:46 PM
09-24-2009 10:46 PM
Re: x11 forwarding?
Or ask the server whence you come.
rux # who -R
root pts/0 Sep 24 20:41 (alp-l.antinode.info)
rux # rem_host=` who -R | sed -e 's/.*(\(.*\)).*/\1/' `
rux # export DISPLAY="${rem_host}:0.0"
rux # echo $DISPLAY
alp-l.antinode.info:0.0
With my weak psychic powers, I'm at such a
disadvantage. I didn't even know that we
were using Telnet from a PC with X software.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 07:34 AM
09-25-2009 07:34 AM
Re: x11 forwarding?
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes
#PrintMotd yes
#PrintLastLog yes
#KeepAlive yes
#UseLogin no
/opt/ssh/etc. but still its throwing error saying not able to login.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 07:42 AM
09-25-2009 07:42 AM
Re: x11 forwarding?
What are you talking about?
> /opt/ssh/etc. but still its throwing error
> saying not able to login.
What, exactly, are you doing? What, exactly,
happens when you do it?
"not able to login" is a long way from "x11
forwarding"
Do you ever answer questions, or do you only
ask more questions, and never with enough
information to make a useful answer possible?
Wait. I think I already know the answer to
that one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 08:03 AM
09-25-2009 08:03 AM
Re: x11 forwarding?
failed to start up the ssh-agent server !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 08:08 AM
09-25-2009 08:08 AM
Re: x11 forwarding?
Sep 26 13:15:37 Hpux1150 sshd[6387]: Could not reverse map address 192.168.1.103?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 08:21 AM
09-25-2009 08:21 AM
Re: x11 forwarding?
192.168.1.103 probeserver
then also it shows same error
fails to startup the ssh-agent server!!
kindly help me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 08:48 AM
09-25-2009 08:48 AM
Re: x11 forwarding?
WHAT IS "it"???
I'll try one more time.
What, exactly, are you doing?
What, exactly, happens when you do it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 09:41 AM
09-25-2009 09:41 AM
Re: x11 forwarding?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 10:35 AM
09-25-2009 10:35 AM
Re: x11 forwarding?
Also, is there a ip lookup in x-windows that substitutes the hostname and then, say, writes the hostname in the title window.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 11:05 AM
09-25-2009 11:05 AM
Re: x11 forwarding?
> X11DisplayOffset 10
> X11UseLocalhost yes
You must also uncomment lines in the ssh client on the rx2660 server in the ssh_client file.
ForwardAgent yes
ForwardX11 yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 11:07 AM
09-25-2009 11:07 AM
Re: x11 forwarding?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 11:09 AM
09-25-2009 11:09 AM
Re: x11 forwarding?
in which path the file is located to edit and wat details should be uncommented in that file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 11:25 AM
09-25-2009 11:25 AM
Re: x11 forwarding?
ssh_config: ssh client config file
sshd_config: ssh server config file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 12:12 PM
09-25-2009 12:12 PM
Re: x11 forwarding?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 12:54 PM
09-25-2009 12:54 PM
Re: x11 forwarding?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 01:41 PM
09-25-2009 01:41 PM
Re: x11 forwarding?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 01:56 PM
09-25-2009 01:56 PM
Re: x11 forwarding?
> when i connect via x-manager through my desktop it throws error as :failed to start the ssh-agent server!!
> still it shows the same error...
Did you check any logs on the desktop? What are you using on the desktop as x-manager? Does it have an ssh client available?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 03:08 PM
09-25-2009 03:08 PM
Re: x11 forwarding?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 03:55 PM
09-25-2009 03:55 PM
Re: x11 forwarding?
How long did we wait for that bit of info?
Perhaps in the next few days you could
start to describe the software on "my
desktop". For example, what are you using
as a X server? SSH client?
I'm through asking. The rest of you can have
at it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 04:14 PM
09-25-2009 04:14 PM
Re: x11 forwarding?
Have you connected succesfully from your windows desktop using plain ssh connection (NO X11) using an ssh client such as Putty?
Have you verified your x-manager configuration on the desktop?
Which mode of x-manager do you use? xstart or xdmcp? For your needs, the "xstart" method is the most appropriate.
Have you done the necessary configuration on the x-manager xstart client?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 05:29 PM
09-25-2009 05:29 PM
Re: x11 forwarding?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 05:44 PM
09-25-2009 05:44 PM