Operating System - Tru64 Unix
1827897 Members
2007 Online
109970 Solutions
New Discussion

Re: ssh client under tru64 unix 5.1b

 
rradna
Occasional Contributor

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

1 REPLY 1
Steven Schweda
Honored Contributor

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#