Pycharm设置SFTP时报错Unable to reach a settlement: [diffie-hellman-group1-sha1, diffie-hellman-group-exch

在尝试使用PyCharm进行远程调试并设置SFTP时遇到错误,原因是OpenSSH弃用了某些密钥交换算法。解决方法是在服务器的sshd_config文件中添加特定的KexAlgorithms配置,包括diffie-hellman-group1-sha1等,并重启sshd服务。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

问题描述:

在使用pycharm进行远程调试设置SFTP时报错Unable to reach a settlement: [diffie-hellman-group1-sha1, diffie-hellman-group-exchange-sha1] and…


原因分析:

OpenSSH在6.7p1版本之后默认不再采用diffie-hellman-group1-sha1和diffie-hellman-group-exchange-sha1密钥交换算法算法,需要手工添加。


解决方案:

在服务器/etc/ssh/sshd_config添加以下内容:

KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,curve25519-sha256@libssh.org

使用service sshd restart命令重启

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值