diff --git a/src/freedombone-client b/src/freedombone-client index 1071c20f..9f768df7 100755 --- a/src/freedombone-client +++ b/src/freedombone-client @@ -37,6 +37,9 @@ WIFI_CHANNEL=2 BATMAN_CELLID='02:BA:00:00:03:01' ESSID='mesh' +# Babel +BABEL_PORT=6696 + # ssh (from https://stribika.github.io/2015/01/04/secure-secure-shell.html) SSH_CIPHERS="chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr" SSH_MACS="hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com"