- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: "Protocol error" with ssh 3.2 tru64 V5.1B and ...
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
09-11-2003 05:42 AM
09-11-2003 05:42 AM
"Protocol error" with ssh 3.2 tru64 V5.1B and TCP Wrapper 7.6
ssh 3.2
tcp wrapper 7.6
If I try to connect with ssh I get "'Bad packet length" error:
auth.log
Sep 11 09:39:38 ttcalpha1 sshd2[460745]: Starting daemon in inetd mode.
Sep 11 09:39:38 ttcalpha1 sshd2[460745]: connection from "172.20.65.21"
Sep 11 09:39:39 ttcalpha1 sshd2[460745]: Daemon is running.
Sep 11 09:39:45 ttcalpha1 sshd2[460745]: WARNING: ssh_user_validate_kerberos_password: uc not krb
Sep 11 09:39:45 ttcalpha1 sshd2[460745]: User root's local password accepted.
Sep 11 09:39:45 ttcalpha1 sshd2[460745]: Password authentication for user root accepted.
Sep 11 09:39:45 ttcalpha1 sshd2[460745]: User root, coming from lareunion.ttc.trivadis.com, authenticated.
Sep 11 09:39:45 ttcalpha1 sshd2[460745]: Remote host disconnected: Bad packet length 875620850.
Sep 11 09:39:45 ttcalpha1 sshd2[460745]: Protocol error in remote: 'Bad packet length 875620850.'
inetd.conf
ssh2 stream tcp nowait root /usr/sbin/tcpd sshd2 -i
ssh stream tcp nowait root /usr/sbin/tcpd sshd2 -i
hosts.allow
sshd2: ALL
tcpdchk and tcpdmatch report no error.
sshd-check-conf root@lareunion is ok.
Even if I start sshd2 from inetd.conf without tcpd (ssh2 stream tcp nowait root /usr/sbin/sshd2 sshd2 -i) I got the same error.
Do I miss some configuration parameters or is there a bug in ssh if running from inetd.conf?
ssh without inetd.conf works fine.
Any ideas?
Regards
Markus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 07:17 AM
09-11-2003 07:17 AM
Re: "Protocol error" with ssh 3.2 tru64 V5.1B and TCP Wrapper 7.6
Use sshd -d or ssh -v -v host for more debugging output.
If both versions are identical, try to disable "default compression" within the ssh2 config file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 08:16 AM
09-11-2003 08:16 AM
Re: "Protocol error" with ssh 3.2 tru64 V5.1B and TCP Wrapper 7.6
I'm assuming to allow you to force it through tcpwrappers ?
Are you using the ssh that came with v5.1b or
an openssh kit ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 11:14 PM
09-16-2003 11:14 PM
Re: "Protocol error" with ssh 3.2 tru64 V5.1B and TCP Wrapper 7.6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 06:13 AM
01-15-2004 06:13 AM
Re: "Protocol error" with ssh 3.2 tru64 V5.1B and TCP Wrapper 7.6
HP does not support using TCPWrappers with SSH. The supported method for doing similar restrictions is through the 'AllowHosts' and 'DenyHosts' options in '/etc/ssh2/sshd2_config'. Consult the documentation or man pages for more details. Also, we recommend you do not run SSH from inetd but from the provided init scripts.
Try disabling the TCPWrappers for SSH and running SSH through the init scripts and let us know if your problem persists.