forked from virtualsquare/vdetelweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvdetelwebrc
28 lines (23 loc) · 927 Bytes
/
vdetelwebrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
### vdetelweb sample configuration file
## IP address and default gateway for the telnet/web server, using the default
## address family (probably IPv4)
ip=192.168.250.6/24
defroute=192.168.250.1
## The same but for specific address families
# ip4=10.0.0.1/24
# defroute4=192.168.250.1
# ip6=2001:760:2e00:ff00::5556/64
# defroute6=2001:760:2e00:ff00::1
## Password SHA1 hash for the "admin" telnet/web user. To create a new
## password use the following command:
##
## $ echo -n new_password | sha1sum
##
## and paste here the output. The sample password is "piripicchio".
user=root
password=e8b32ad31b34a21d9fa638c2ee6cf52d46d5106b
## if ssh option is specified, you must include the path of the certificate in the rc file
# sshcert=/path/to/private/key
## if https option is specified, you must include the path of the certificate and the key in the rc file
# httpscert=/path/to/https/cert
# httpskey=/path/to/https/key