小编Nat*_*iya的帖子

如何向 Putty SSH 会话添加更多交换算法?

我有一个设备接受以下 SSH 连接交换算法:

curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group14-sha256,kexguess2@matt.ucc.asn.au

我下载了最新版本的Putty,它说它支持:diffie-hellman组交换、diffie-hellman组14、diffie-hellman组1和基于RSA的密钥交换

我想它应该可以工作,因为在两种配置中我都看到 diffie-hellman 组 14。但是,当我尝试连接到设备时,我收到错误:

Couldn't agree on a key exchange algorithm (available: curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group14-sha256,kexguess2@matt.ucc.asn.au) 
Run Code Online (Sandbox Code Playgroud)

encryption ssh putty ssh-keys

5
推荐指数
1
解决办法
2万
查看次数

标签 统计

encryption ×1

putty ×1

ssh ×1

ssh-keys ×1