Bladeren bron

ssh settings

Bob Mottram 11 jaren geleden
bovenliggende
commit
f100dfb3b1
1 gewijzigde bestanden met toevoegingen van 8 en 1 verwijderingen
  1. 8
    1
      beaglebone.txt

+ 8
- 1
beaglebone.txt Bestand weergeven

@@ -837,12 +837,19 @@ StrictModes yes
837 837
 TCPKeepAlive no
838 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 847
 Append the following:
841 848
 
842 849
 #+BEGIN_SRC: bash
843 850
 ClientAliveInterval 60
844 851
 ClientAliveCountMax 3
845
-Ciphers aes256-ctr,aes192-ctr,aes128-ctr
852
+Ciphers aes256-ctr,aes128-ctr
846 853
 MACs hmac-sha2-512,hmac-sha2-256,hmac-ripemd160
847 854
 KexAlgorithms diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1
848 855
 #+END_SRC