https://bugzilla.mindrot.org/show_bug.cgi?id=3088
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #1 from Damien Miller <[email protected]> --- 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. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
