我目前正在使用Aptana Studio 3.6.1(带有一些PHP语法修复的自定义构建).我使用SFTP将文件从我的项目上传到测试站点,使用发布工具(项目顶部的上传/下载箭头).
最近,我变得无法上传文件.WinSCP能够做到这一点很好,我可以在使用PuTTY或普通的旧OpenSSH时顺利进入服务器.然而,Aptana引人注目:
Failed to upload file
Establishing SFTP connection failed: No suitable key exchange algorithm could be agreed.
No suitable key exchange algorithm could be agreed.
Run Code Online (Sandbox Code Playgroud)
auth.log中的相应错误(使用LogLevel DEBUG1):
Oct 26 14:42:42 dedi sshd[13690]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8
Oct 26 14:42:42 dedi sshd[13690]: debug1: inetd sockets after dupping: 3, 3
Oct 26 14:42:42 dedi sshd[13690]: Connection from [My IP] port 24321 on [Server IP] port 22
Oct 26 14:42:42 dedi …Run Code Online (Sandbox Code Playgroud)