On 5/20/07, Julien TOUCHE <[EMAIL PROTECTED]> wrote:
i'm looking for how to setup vpn tunnel with ssh
(capability announced with 4.3
http://undeadly.org/cgi?action=article&sid=20060205165940)

i didn't found any doc to established a complete vpn

so far, what i do:
- on server sshd_config, put "PermitTunnel yes", restart ssh
- on client ssh_config, put "Tunnel yes" for the above host
- next when i try to connect (openbsd -> openbsd, or macosx -> openbsd),
i didn't get any extra visible tun.
don't know if osx is supported (ssh 4.5)

also i didn't found any way to specify the followings
* IP in a point-to-point tunnel
* route to add when tunnel is established
* it seems Match does not accept PermitTunnel, so it can be restricted
per user or else.

Have a read of "SSH-BASED VIRTUAL PRIVATE NETWORKS" in ssh(1).

DS

Reply via email to