- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Issue with logging in after installing T1471AA...
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
10-12-2008 03:42 PM
10-12-2008 03:42 PM
Issue with logging in after installing T1471AA Secure Shell
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2008 07:32 PM
10-12-2008 07:32 PM
Re: Issue with logging in after installing T1471AA Secure Shell
Show actual commands with actual output?
Add "-v" to an "ssh" command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2008 06:18 AM
10-13-2008 06:18 AM
Re: Issue with logging in after installing T1471AA Secure Shell
Before:
# file /usr/sbin/sshd
/usr/sbin/sshd: ELF-32 executable object file - IA64
After:
# file /usr/sbin/sshd
/usr/sbin/sshd: ELF-64 executable object file - IA64
Is there a way to make sshd run in 32 bit mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2008 07:04 AM
10-13-2008 07:04 AM
Re: Issue with logging in after installing T1471AA Secure Shell
Why do you believe that that's a problem?
Don't 64-bit programs run correctly on your
system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2008 07:52 AM
10-13-2008 07:52 AM
Re: Issue with logging in after installing T1471AA Secure Shell
/usr/local/bin/sshd -D
then try and connect from a client with
sshd -vvv
and see what goes on.
did the config files change locations between versions? if so, you might have port issues if you don't use the standard location. If they didn't move, are they still present?
I don't believe this is an issue with "bitness", but with the configuration(s).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2008 05:51 PM
10-13-2008 05:51 PM
Re: Issue with logging in after installing T1471AA Secure Shell
Only by recompiling the application or using the older version. But as Steven said, your 64 bit version should produce the same results as the 32 bit version.
But all said, I have no idea why there is a 64 bit version of sshd, other than it is there or any shlibs it uses are 64 bit.