Re: [OpenWrt-Devel] [PATCH v3] ppp: add new protocol PPPoSSH.

2014-05-06 Thread Yousong Zhou
Hi, On 24 April 2014 11:23, Yousong Zhou wrote: > This patch adds protocol support for PPP over SSH. The protocol name is > 'pppossh' with the following options. > > - server, required, SSH server name. > - port, SSH server port. > - sshuser, required, SSH login username. > - identity, clien

[OpenWrt-Devel] [PATCH v3] ppp: add new protocol PPPoSSH.

2014-04-23 Thread Yousong Zhou
This patch adds protocol support for PPP over SSH. The protocol name is 'pppossh' with the following options. - server, required, SSH server name. - port, SSH server port. - sshuser, required, SSH login username. - identity, client private key file. Default to ~/.ssh/id_{rsa,dsa}. It must