Compare commits
10 Commits
c38ef37b5f
...
c26374de7f
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c26374de7f | ||
![]() |
93da5b4f7d | ||
![]() |
841ffc6f45 | ||
![]() |
895e875b89 | ||
![]() |
d53554dec6 | ||
![]() |
a0c26a8732 | ||
![]() |
696abf3a4c | ||
![]() |
ee3b243c47 | ||
![]() |
aca40fe9e9 | ||
![]() |
2d6d8c6490 |
4
build.sh
4
build.sh
@ -48,8 +48,8 @@ do
|
||||
|
||||
# Clone and copy the repository
|
||||
rm -rfv "$(basename "$git" .git)"
|
||||
rsa_filename="/etc/lixonet/${netname}/$(basename "$git" .git).key"
|
||||
if [ ! -f $rsa_filename ]; then rsa_filename="/etc/lixonet/${netname}/id_rsa"; fi
|
||||
rsa_filename="/etc/lixonet/${netname}/id_rsa"
|
||||
if [ ! -f $rsa_filename ]; then rsa_filename="/etc/lixonet/id_rsa"; fi
|
||||
echo "Using SSH key: $rsa_filename"
|
||||
GIT_SSH_COMMAND="ssh -i $rsa_filename -o IdentitiesOnly=yes" git clone $git || { echo "clone $git failed, quitting" ; exit 1; }
|
||||
|
||||
|
@ -22,7 +22,7 @@ AddressFamily = ${tinc_address_family:-any}
|
||||
# Default over-the-wire security for Lixonet.
|
||||
# Blowfish: https://en.wikipedia.org/wiki/Blowfish_(cipher)
|
||||
# SHA1: https://en.wikipedia.org/wiki/SHA-1
|
||||
Cipher = ${tinc_cipher:-blowfish}
|
||||
Cipher = ${tinc_cipher:-aes-256-cbc}
|
||||
Digest = ${tinc_digest:-sha1}
|
||||
|
||||
# When this option is enabled, packets that cannot be sent directly to the
|
||||
|
Loading…
x
Reference in New Issue
Block a user