- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Re: ssh problem
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
08-22-2006 05:54 AM
08-22-2006 05:54 AM
I have a 2 machine cluster running oracle.
I can ssh to each machine no problem, but I am unable to ssh to the floating ip address. I can ping the address no problems. Also I can ssh to the node where the package is running and then ssh to the shared ip address.
Any Ideas why I cannot ssh straight to the shared ip?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-22-2006 05:56 AM
08-22-2006 05:56 AM
Re: ssh problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-22-2006 05:59 AM
08-22-2006 05:59 AM
Re: ssh problem
floating ip is in DNS, and I can ping the ip from anywhere in the domain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-22-2006 06:04 AM
08-22-2006 06:04 AM
Re: ssh problem
To get ssh to work, you need to exchange the public keys.
Post output of
ssh -v -v -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-22-2006 06:10 AM
08-22-2006 06:10 AM
Re: ssh problem
SSH Version Sun_SSH_1.0, protocol versions 1.5/2.0.
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: ssh_connect: getuid 29722 geteuid 29722 anon 1
debug1: Connecting to plnsso01 [10.1.8.24] port 22.
debug1: connect: Connection refused
debug1: Trying again...
debug1: Connecting to plnsso01 [10.1.8.24] port 22.
debug1: connect: Connection refused
debug1: Trying again...
debug1: Connecting to plnsso01 [10.1.8.24] port 22.
debug1: connect: Connection refused
debug1: Trying again...
debug1: Connecting to plnsso01 [10.1.8.24] port 22.
debug1: connect: Connection refused
Secure connection to plnsso01 refused.
$
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-22-2006 06:23 AM
08-22-2006 06:23 AM
Re: ssh problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-22-2006 06:27 AM
08-22-2006 06:27 AM
Solutionsshd_config needs a listen directive that includes the floating ip address
diagnostic:
tail -f /var/adm/syslog/syslog.log
# on the node that owns the ip address.
ssh -vvv nodename
# from a reliable openssh client machine outside the cluster.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-22-2006 06:29 AM
08-22-2006 06:29 AM
Re: ssh problem
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-22-2006 06:47 AM
08-22-2006 06:47 AM
Re: ssh problem
So I guess it is a config problem on the other node.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-22-2006 08:01 AM
08-22-2006 08:01 AM
Re: ssh problem
check and make sure the line starting with "ListenAddress" in the sshd_config file (normally in /opt/ssh/etc for HP Openssh) is commented out.
Hope this helps.
regds
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP