Bob Mottram 11 lat temu
rodzic
commit
f100dfb3b1
1 zmienionych plików z 8 dodań i 1 usunięć
  1. 8
    1
      beaglebone.txt

+ 8
- 1
beaglebone.txt Wyświetl plik

837
 TCPKeepAlive no
837
 TCPKeepAlive no
838
 #+END_SRC
838
 #+END_SRC
839
 
839
 
840
+Comment out:
841
+
842
+#+BEGIN_SRC: bash
843
+#HostKey /etc/ssh/ssh_host_dsa_key
844
+#HostKey /etc/ssh/ssh_host_ecdsa_key
845
+#+END_SRC
846
+
840
 Append the following:
847
 Append the following:
841
 
848
 
842
 #+BEGIN_SRC: bash
849
 #+BEGIN_SRC: bash
843
 ClientAliveInterval 60
850
 ClientAliveInterval 60
844
 ClientAliveCountMax 3
851
 ClientAliveCountMax 3
845
-Ciphers aes256-ctr,aes192-ctr,aes128-ctr
852
+Ciphers aes256-ctr,aes128-ctr
846
 MACs hmac-sha2-512,hmac-sha2-256,hmac-ripemd160
853
 MACs hmac-sha2-512,hmac-sha2-256,hmac-ripemd160
847
 KexAlgorithms diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1
854
 KexAlgorithms diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1
848
 #+END_SRC
855
 #+END_SRC