ssh配置免密錯誤

no matching cipher found: client arcfour server [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]

修改 /etc/ssh/ssh_config

Host *
	GSSAPIAuthentication yes
		Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
        	MACs hmac-md5,hmac-sha1,[email protected],hmac-ripemd160

重啓

/bin/systemctl restart  sshd.service 或 service sshd restart
發佈了35 篇原創文章 · 獲贊 0 · 訪問量 1907
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章