Hello,

need to get ssh tunnel quickly.
the other side is linux.

running this:

ssh -i /home/MAC_A_120614/.ssh/id_rsa -vvv -o PermitLocalCommand=yes -o LocalCommand="ifconfig tun1 192.168.100.4 pointtopoint 192.168.100.3 netmask 255.255.255.255" -o ServerAliveInterval=60 -w 1:1 somehost.com "ifconfig tun1 192.168.100.3 pointopoint 192.168.100.4 netmask 255.255.255.255"

got this:

debug1: sys_tun_open: /dev/tun1 open failed: No such file or directory
Tunnel device open failed.

no man pages, no /dev/MAKEDEV,  not that i  could find something on the net.

we've really got very spoiled with OpenBSD :-)

Reply via email to