We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在家里部署了一台Openwrt路由器,按照你的说明,Success. 然后,当我准备在 Office 部署另外一台Openwrt时,我将 id_rsa.pub 中的密钥手工复制到服务端 authorized_keys 中, 但不幸的是,我无法翻墙成功。 你的文档其中的步骤在此:生成密钥对并上传至服务器 . /etc/autovpn.conf mkdir /root/.ssh dropbearkey -t rsa -s 1024 -f $SSH_KEY|grep -v "Public key portion is:\|Fingerprint" >$SSH_KEY_PUB cat /root/.ssh/id_rsa.pub |ssh -p $SSH_PORT root@$SSH_SERVER "mkdir ~/.ssh;cat >>~/.ssh/authorized_keys" 我想问的是,请问如何将新的路由器中的 id_rsa.pub 密钥添加到VPN 服务端?
Original issue reported on code.google.com by [email protected] on 3 Jun 2014 at 5:48
[email protected]
The text was updated successfully, but these errors were encountered:
我仔细排查了一下,是因为 ipset 及 ipset-dns 没有成功安装,我一一单独安装后,故障消失。 向 VPN 服务端添加新的路由器时,我执行以下步: . /etc/autovpn.conf mkdir /root/.ssh dropbearkey -t rsa -s 1024 -f $SSH_KEY|grep -v "Public key portion is:\|Fingerprint" >$SSH_KEY_PUB 手工复制 id_rsa.pub 中的密钥到服务端 authorized_keys 中, 成功。 你的AUTOVPN 太 COOL 了。感谢。
Original comment by [email protected] on 4 Jun 2014 at 10:10
Sorry, something went wrong.
恭喜,脚本的通用性可能不够好。
Original comment by autovpn2014 on 4 Jun 2014 at 11:04
autovpn2014
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 3 Jun 2014 at 5:48The text was updated successfully, but these errors were encountered: