- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- ssh client under tru64 unix 5.1b
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
11-28-2016 05:59 PM
11-28-2016 05:59 PM
ssh client under tru64 unix 5.1b
Would like to use my Alpha 600au PWS under Tru64 Unix ver 5.1b as a SSH client to
sshd hosts on my intra net. When i ssh host, the screen hangs; no propt for logon; I can putty from one intel
unit to the sshd host successfully; so the problem must be on the alpha side. I dowloaded
c-kermit_9 to the alpha; c-kermit_9 has an ssh function; when ssh client attempted, the
screen also hanges; no prompt for logon; I can telnet from the alpha to telnetd hosts
with no problem. Wht am I missing, or not set up properly? Thanx, Richard
- Tags:
- ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2016 07:08 AM
12-05-2016 07:08 AM
Re: ssh client under tru64 unix 5.1b
> [...] When i ssh host, the screen hangs; [...]
Adding "-vvv" to your "ssh" command is often a good start.
It "hangs" for how long? Common DNS problems can easily add at least
30s to simple network connections.
Around here, it generally works:
urtx# sizer -v
HP Tru64 UNIX V5.1B (Rev. 2650); Wed Feb 17 22:59:59 CST 2016
urtx# /usr/sbin/dupatch -track -type patch_level | grep -i 'patch kit'
Gathering details of relevant patch kits...
Patch Kit 5: T64V51BB26AS0005-20050502 OSF540
Patch Kit 6: T64V51BB27AS0006-20061208 OSF540
Patch Kit 7: T64V51BB28AS0007-20090312 OSF540
Patch Kit 8: T64V51BB29AS0008-20100821 OSF540
urtx# ssh -V
ssh: SSH Secure Shell Tru64 UNIX 3.2.0
To itself, for example:
urtx# ssh urtx
Authentication successful.
Last successful login for root: Mon Dec 5 09:01:07 CST 2016 from urtx.antinode.info
Last unsuccessful login for root: Mon Jun 10 13:54:11 CDT 2013 on console
HP Tru64 UNIX V5.1B (Rev. 2650); Wed Feb 17 22:59:59 CST 2016
You have new mail.
urtx#