Compare commits
No commits in common. "c26374de7f555c167274888ecccb69a5494501c8" and "c38ef37b5fe3b6fcee6ed05e289026a2a21acd97" have entirely different histories.
c26374de7f
...
c38ef37b5f
4
build.sh
4
build.sh
@ -48,8 +48,8 @@ do
|
|||||||
|
|
||||||
# Clone and copy the repository
|
# Clone and copy the repository
|
||||||
rm -rfv "$(basename "$git" .git)"
|
rm -rfv "$(basename "$git" .git)"
|
||||||
rsa_filename="/etc/lixonet/${netname}/id_rsa"
|
rsa_filename="/etc/lixonet/${netname}/$(basename "$git" .git).key"
|
||||||
if [ ! -f $rsa_filename ]; then rsa_filename="/etc/lixonet/id_rsa"; fi
|
if [ ! -f $rsa_filename ]; then rsa_filename="/etc/lixonet/${netname}/id_rsa"; fi
|
||||||
echo "Using SSH key: $rsa_filename"
|
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; }
|
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.
|
# Default over-the-wire security for Lixonet.
|
||||||
# Blowfish: https://en.wikipedia.org/wiki/Blowfish_(cipher)
|
# Blowfish: https://en.wikipedia.org/wiki/Blowfish_(cipher)
|
||||||
# SHA1: https://en.wikipedia.org/wiki/SHA-1
|
# SHA1: https://en.wikipedia.org/wiki/SHA-1
|
||||||
Cipher = ${tinc_cipher:-aes-256-cbc}
|
Cipher = ${tinc_cipher:-blowfish}
|
||||||
Digest = ${tinc_digest:-sha1}
|
Digest = ${tinc_digest:-sha1}
|
||||||
|
|
||||||
# When this option is enabled, packets that cannot be sent directly to the
|
# When this option is enabled, packets that cannot be sent directly to the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user