Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Authentication SSH和FTP通过PuTTy和Filezilla工作,但不是Zend studio_Authentication_Ssh_Subdomain - Fatal编程技术网

Authentication SSH和FTP通过PuTTy和Filezilla工作,但不是Zend studio

Authentication SSH和FTP通过PuTTy和Filezilla工作,但不是Zend studio,authentication,ssh,subdomain,Authentication,Ssh,Subdomain,我有SSH密钥和登录名。我可以使用这些凭据通过PuTTy登录,并为Filezilla使用另一个用户名和pw,它可以正常工作。我正试图使用这些凭据通过Zend Studio登录到a子域。错误是 RSEG1066 Failed to connect sshd on "xx.xx.xx.xx:22" Auth Fail 我已经在Windows->Preferences->Network Connections->SSH2私钥中添加了SSH密钥。我添加了pem和ppk。其他ssh连接可以连接到不同

我有SSH密钥和登录名。我可以使用这些凭据通过PuTTy登录,并为Filezilla使用另一个用户名和pw,它可以正常工作。我正试图使用这些凭据通过Zend Studio登录到a子域。错误是

RSEG1066

Failed to connect sshd on "xx.xx.xx.xx:22"

Auth Fail

我已经在Windows->Preferences->Network Connections->SSH2私钥中添加了SSH密钥。我添加了pem和ppk。其他ssh连接可以连接到不同的服务器,但没有一个可以通过zend studiotested eclipse连接到此服务器。我做错了什么?

您必须添加公钥、私钥和pem。

我也有同样的问题,但我不知道pem是什么,我必须在哪里添加它。。。