1832857 Members
3467 Online
110048 Solutions
New Discussion

openssh not reading tcb

 
Tim Powell
New Member

openssh not reading tcb

i have two systems that i am upgrading to trusted systems. both are running HPUX 11.0. i have to recompile openssh-3.0.2p1 on these systems so that they can read the tcb. one system has no problem reading the tcb but the other gives me access denied when i try to log on to the ssh port. any ideas?

thanks

-tim
You see a problem, I see potential. - Vincent 'Vinnie' Antonelli
2 REPLIES 2
Steven Sim Kok Leong
Honored Contributor

Re: openssh not reading tcb

Hi,

Can you run it with the debugging (-d) and verbose (-v) modes on for both ssh at the client and sshd at the server?

Hope this helps. Regards.

Steven Sim Kok Leong
Tim Powell
New Member

Re: openssh not reading tcb

there are no -v -d options on the openssh version of sshd. but i do have tcp-wrappers installed and here is the log from my connection.

Feb 21 08:28:15 hostname sshd[26358]: connect from xxx.xxx.xxx.xxx
Feb 21 08:28:35 hostname sshd[26358]: Failed password for username from xxx.xxx.xxx.xxx port 2767 ssh2
Feb 21 08:28:49 hostname sshd[26358]: fatal: Read from socket failed: Connection reset by peer
You see a problem, I see potential. - Vincent 'Vinnie' Antonelli