Bug 90627
| Summary: | scp breaks when there's an echo command in /etc/bashrc | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <kheunc> |
| Component: | openssh | Assignee: | Tomas Mraz <tmraz> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | kheunc |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-02-04 13:52:58 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Description of problem: scp breaks when if there's an echo command in /etc/bashrc file Version-Release number of selected component (if applicable): openssh-3.1p1-6 openssh-server-3.1p1-6 How reproducible: Steps to Reproduce: 1.put this in host-a's /etc/bashrc file; echo "hello world" 2.scp a file from host-b to host-a 3. Actual results: The scp looks like it went through, but when you check the file on host-a, it's not there. Expected results: Additional info: This may be happening with other release of redhat as well.