Operating System - Tru64 Unix
1748259 Members
3625 Online
108760 Solutions
New Discussion юеВ

Re: Tru64 - root cannot connect after install OpenSSH

 
Rafael Mori
Advisor

Re: Tru64 - root cannot connect after install OpenSSH

Mikej,

My file /etc/securettys:
#/dev/console
#local:0
#:0
ptys
This configuration permit remote root login?

If the input for a new password, the password changed, but cannot continue logon.
Yes, every time...

Telnet cannot ocurre the same problem.
Mikej_2
Advisor

Re: Tru64 - root cannot connect after install OpenSSH

Rafael,

Yes securettys permit root login if it exists and contains ptys line.

But I'm surprised that you say root telnet login works. Since I think the problem comes from the root account itself. But I may be wrong.

This post talks about root password expiry :
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=974620&admit=109447626+1235331455241+28353475

Can you try this command to suppress password lifetime expiry of root :

usermod -x passwd_lifetime=0 root

It could help.
Otherwise, try to connect with Tru64 ssh.
And with Openssh 5.0 .
It seems that Openssh 5.1 has changed the way it handles password expiry on Tru64 in Openssh 5.1 p1 :
http://www.openssh.com/txt/release-5.1
<-
* Added support password expiry on Tru64 SIA systems. (bz#1241)


If I were you, I would let /sbin/sshd and /bin/ssh be Tru64 SSH.
And start /usr/local/sbin/sshd on startup.
So when you upgrade your system, /usr/local is not concerned and OpenSSH still works.

--
Michael
Thomas Quinot
New Member

Re: Tru64 - root cannot connect after install OpenSSH

Try rebuilding with --without-osfsia.
See https://bugzilla.mindrot.org/show_bug.cgi?id=1656