| Summary: | while do the sftp from openssh 6.6.1 to openssh 7.4 "Received message too long " error appear | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Karthikeyan <clkarthikeyan> | ||||
| Component: | sftp-server | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | NEW --- | ||||||
| Severity: | enhancement | CC: | djm | ||||
| Priority: | P5 | ||||||
| Version: | 7.4p1 | ||||||
| Hardware: | Other | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
|
Description
Karthikeyan
2019-07-30 21:11:28 AEST
Created attachment 3304 [details]
sftp debug file
if i block the banner in /etc/ssh/sshd_config file it may not accure while do the sftp from openssh 6.6.1 to 7.4 server. These problems are usually caused by shell initialisation scripts (e.g. .bashrc) that produce output for non-interactive shells. You can test this using: ssh [options] user@host true 2>/dev/null If this produces any output then that is your problem. 1416128883 = 0x54686973 0x54, 0x68, 0x69, 0x73 = "This" It seems very likely that the remote system is producing a banner on stdout that is interfering with sftp. |