瀏覽代碼

ssh settings

Bob Mottram 11 年之前
父節點
當前提交
f100dfb3b1
共有 1 個檔案被更改,包括 8 行新增1 行删除
  1. 8
    1
      beaglebone.txt

+ 8
- 1
beaglebone.txt 查看文件

@@ -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