Re: ppp over ssh

2005-09-08 Thread Alexandre Ratchov
On Wed, Sep 07, 2005 at 07:27:24PM -0401, yippy ya yah wrote: trying to get a ppp tunnel over ssh working server/gateway --- ip.inet.net.forwarding=1 /etc/ppp/ppp.conf vpn: allow mode direct set ifaddr 10.1.1.1 10.1.1.2 255.255.255.255 /etc/sudoers: pppuser

Re: ppp over ssh

2005-09-08 Thread Markus Friedl
recompiling sshd with includes.h:#define USE_PIPES 1 removed would also help. i think it's better to fix ppp(8)

Re: ppp over ssh

2005-09-08 Thread Per-Olov Sjöholm
On Thursday 08 September 2005 01.28, yippy ya yah wrote: trying to get a ppp tunnel over ssh working server/gateway --- ip.inet.net.forwarding=1 /etc/ppp/ppp.conf vpn: allow mode direct set ifaddr 10.1.1.1 10.1.1.2 255.255.255.255 /etc/sudoers: pppuser ALL =

Re: ppp over ssh

2005-09-08 Thread Okan Demirmen
(pardon, this mail may become a dup) On Wed 2005.09.07 at 19:27 -0401, yippy ya yah wrote: trying to get a ppp tunnel over ssh working as you've received other replies, i've been using the inetd loopback trick for sometime now. yes, as it was noted, ugly. but it was a quick workaround for

ppp over ssh

2005-09-07 Thread yippy ya yah
trying to get a ppp tunnel over ssh working server/gateway --- ip.inet.net.forwarding=1 /etc/ppp/ppp.conf vpn: allow mode direct set ifaddr 10.1.1.1 10.1.1.2 255.255.255.255 /etc/sudoers: pppuser ALL = NOPASSWD: /usr/sbin/ppp ~pppuser/.ssh/authorized_keys command=sudo