forked from jawj/IKEv2-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added example config prompts to installation instructions
- Loading branch information
Showing
1 changed file
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,31 @@ Configuration files, scripts and instructions are sent by email. They are also d | |
chmod u+x setup.sh | ||
./setup.sh | ||
|
||
* You'll be prompted to enter all the necessary details. If you are not using key-based SSH authentication, **you *must* pick a really strong password** for the login user when prompted, or your server *will* be compromised. | ||
* You'll be prompted to enter all the necessary details after the software updates and installations complete. If you are not using key-based SSH authentication, **you *must* pick a really strong password** for the login user when prompted, or your server *will* be compromised. | ||
|
||
The part of your session where the script asks you questions should look something like this: | ||
|
||
--- Configuration: VPN settings --- | ||
|
||
Network interface: eth0 | ||
External IP: 100.100.100.100 | ||
|
||
** Note: hostname must resolve to this machine already, to enable Let's Encrypt certificate setup ** | ||
Hostname for VPN (default: 100.100.100.100.sslip.io): | ||
VPN username: george | ||
VPN password (no quotes, please): | ||
Confirm VPN password: | ||
|
||
--- Configuration: general server settings --- | ||
|
||
Timezone (default: Europe/London): | ||
Email address for sysadmin (e.g. [email protected]): [email protected] | ||
SSH log-in port (default: 22): 2222 | ||
SSH log-in username: george | ||
Copy /root/.ssh/authorized_keys to new user and disable SSH password log-in [Y/n]? y | ||
SSH user's password: | ||
Confirm SSH user's password: | ||
|
||
|
||
### Troubleshooting | ||
|
||
|