Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:services:vpn:pppossh:server [2023/03/15 17:28] – [2. Key management] vgaetera | docs:guide-user:services:vpn:pppossh:server [2023/03/16 12:52] – consolidate variable naming vgaetera | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| <code bash> | <code bash> | ||
| # Server private key | # Server private key | ||
| - | VPN_PRIV="/ | + | VPN_KEY="/ |
| # Generate server public key | # Generate server public key | ||
| - | dropbearkey -y -f ${VPN_PRIV} \ | + | dropbearkey -y -f ${VPN_KEY} \ |
| | sed -n -e "/ | | sed -n -e "/ | ||
| Line 63: | Line 63: | ||
| ==== 4. VPN service ==== | ==== 4. VPN service ==== | ||
| Configure VPN service. | Configure VPN service. | ||
| - | Disable password | + | Disable password authentication. |
| <code bash> | <code bash> | ||