| Summary: | ProxyJump causes "Killed by signal 1" to be printed in terminal. | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Jon Gjengset <jon> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED DUPLICATE | ||
| Severity: | trivial | CC: | dtucker, jon |
| Priority: | P5 | ||
| Version: | 7.5p1 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
*** This bug has been marked as a duplicate of bug 1906 *** Close all resolved bugs after release of OpenSSH 7.7. |
Hosts that have been configured to use ProxyJump to ssh through a bastion server print the message "Killed by signal 1." when the session ends: $ ssh host-no-proxyjump echo $ ssh host-with-proxyjump echo Killed by signal 1. $