From f100dfb3b177cf5736c199c06ee8c645b36895a4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 14 Jul 2014 10:50:51 +0100 Subject: [PATCH] ssh settings --- beaglebone.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/beaglebone.txt b/beaglebone.txt index 723722f1..0a3c9967 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -837,12 +837,19 @@ StrictModes yes TCPKeepAlive no #+END_SRC +Comment out: + +#+BEGIN_SRC: bash +#HostKey /etc/ssh/ssh_host_dsa_key +#HostKey /etc/ssh/ssh_host_ecdsa_key +#+END_SRC + Append the following: #+BEGIN_SRC: bash ClientAliveInterval 60 ClientAliveCountMax 3 -Ciphers aes256-ctr,aes192-ctr,aes128-ctr +Ciphers aes256-ctr,aes128-ctr MACs hmac-sha2-512,hmac-sha2-256,hmac-ripemd160 KexAlgorithms diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1 #+END_SRC