আমি এমন কোনও সার্ভারে diffie-hellman-group1-sha1
প্রেরণ করতে অক্ষম যা একটি কী বিনিময় পদ্ধতি জিজ্ঞাসা করে :
ssh 123.123.123.123
Unable to negotiate with 123.123.123.123 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
diffie-hellman-group1-sha1
ডেবিয়ান 8.0- এ কী কী এক্সচেঞ্জ পদ্ধতি সক্ষম করবেন ?
আমি চেষ্টা করেছি ( এখানে প্রস্তাবিত হিসাবে )
নিম্নলিখিতটি লাইনগুলি আমারে যুক্ত করুন
/etc/ssh/ssh_config
KexAlgorithms diffie-hellman-group1-sha1,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 Ciphers 3des-cbc,blowfish-cbc,aes128-cbc,aes128-ctr,aes256-ctr
এর সাথে কী পুনরায় জেনারেট করুন
ssh-keygen -A
সাথে পুনরায় আরম্ভ করুন
service ssh restart
তবে তবু ত্রুটি পান।