- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ssh gets me rlogin
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
08-23-2004 06:54 AM
08-23-2004 06:54 AM
ssh gets me rlogin
# ssh localhost
Usage: rlogin host [ -ex ] [ -l username ] [ -8 ]
# which ssh
/usr/bin/ssh
x# ls -l /usr/bin/ssh
lrwxr-xr-x 1 root sys 16 Feb 11 2003 /usr/bin/ssh -> /opt/ssh/bin/ssh
# ls -l /opt/ssh/bin/ssh
lrwxr-xr-x 1 root sys 27 Feb 11 2003 /opt/ssh/bin/ssh -> /opt/ssh/PA-RISC2.0/bin/ssh
# ls -l /opt/ssh/PA-RISC2.0/bin/ssh
-r-sr-xr-x 1 root bin 36864 Jul 9 2001 /opt/ssh/PA-RISC2.0/bin/ssh
# chatr /opt/ssh/PA-RISC2.0/bin/ssh
chatr(warning): dl_header_ext.size != sizeof(dl_header_ext). Please update your version of the linker.
/opt/ssh/PA-RISC2.0/bin/ssh:
shared executable
shared library dynamic path search:
SHLIB_PATH disabled second
embedded path enabled first /usr/lib:
shared library list:
dynamic /usr/lib/libdld.2
dynamic /usr/lib/libsis.sl
dynamic /usr/lib/libc.2
shared library binding:
deferred
global hash table disabled
plabel caching disabled
global hash array size:1103
global hash array nbuckets:3
shared vtable support disabled
static branch prediction disabled
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation disabled
text segment locking disabled
data segment locking disabled
third quadrant private data space disabled
fourth quadrant private data space disabled
third quadrant global data space disabled
data page size: D (default)
instruction page size: D (default)
nulptr references disabled
shared library private mapping disabled
shared library text merging disabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 07:07 AM
08-23-2004 07:07 AM
Re: ssh gets me rlogin
/opt/ssh/PA-RISC2.0/bin/ssh "somehost"
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 07:17 AM
08-23-2004 07:17 AM
Re: ssh gets me rlogin
# whence ssh
This will show the exact thing that is executed. You might have an alias for ssh set up somewhere. Whence will show the alias, 'which' will only show where in your path the executable is.
A quick example:
# which mv
/usr/bin/mv
# whence mv
mv -i
I have an alias for mv to do an 'mv -i'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 10:02 AM
08-23-2004 10:02 AM
Re: ssh gets me rlogin
It turns out apache wouldn't start with ssl enabled (something we tried after I posted this). This led us to thinking that ssl was the problem.
Turns out that upgrading Secure_Shell (and then apache) did the trick.
I must say, I didn't think this was the issue because we had used the bundle and this is exactly the kind of thing it's supposed to prevent. Oh well.
So, I had already tried both of your suggestions, but hadn't included them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 10:04 AM
08-23-2004 10:04 AM