From 20b128cfb5f34f6ca90321f0297c42f57d7fffe9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 30 Jul 2015 21:24:38 +0100 Subject: [PATCH] Babel port --- src/freedombone-client | 3 +++ 1 file changed, 3 insertions(+) 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"