| Summary: | openssh client ignores -o Tunnel=ethernet option, creating an IP tunnel device instead of an ethernet tap device | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | interrobang |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | djm, myself |
| Priority: | P5 | ||
| Version: | 6.6p1 | ||
| Hardware: | amd64 | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 2852 | ||
|
Description
interrobang
2015-03-14 22:14:04 AEDT
I just ran into this issue with OpenSSH_6.7p1 Debian-3. It turns out that the "-o Tunnel=ethernet" command line option must be set before "-w". The (layer 2) tap device is created as expected then. I'll add a note about Tunnel needing to be set before -w to the manual page. Close RESOLVED bugs with the release of openssh-8.0 |