| Summary: | sys_tun_open: failed to open tunnel control interface: No such device | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | tjbryant |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | normal | CC: | djm |
| Priority: | P5 | ||
| Version: | 8.0p1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
tjbryant
2019-11-05 18:19:24 AEDT
This problem is caused by the /dev/net/tun device being missing on your server. On Linux this may be caused by the support being compiled out of the kernel and/or the necessary kernel module not being loaded. You might try "modprobe tun" and/or adding "tun" to /etc/modules. I've committed a change to improve the error message for this case by making it include the device name that it failed to open, but the your problem needs to be solved on your server. close bugs that were resolved in OpenSSH 8.5 release cycle |