How do I see what's going on during SSH deploy connection attempt?

I can't tell what's going on here:

Is there some log to see what it's doing exactly, and where it's failing?

0

Hi there,

Is there some log to see what it's doing exactly, and where it's failing?

You can enable extra logging, and then check the general idea.log file ("Help | Show Log in XXX")

1. Add the following lines to the "Help > Diagnostic Tools > Debug Log Settings":

#com.jetbrains.plugins.webDeployment
#com.intellij.ssh

2. Do your activity

3. Check the log after that 

(Do not forget to remove those extra lines once you are done)

 

From the PhpStorm help page – https://www.jetbrains.com/help/phpstorm/troubleshooting-deployment.html#collecting-logs 

0

请先登录再写评论。