How can I use the same ssh session for all my projects
This is my situation; running Phpstorm on my local machine. A server on the network runs LAMP. I usually have a shell session to the server running, but rather use the integrated one in PhpStorm. Unfortunately I do not understand the documentation well enough in order to solve this. Can anyone point me in the right direction?
请先登录再写评论。
I can recommend you to use remote interpreters: https://confluence.jetbrains.com/display/PhpStorm/Working+with+Remote+PHP+Interpreters+in+PhpStorm
That helped as in: I have now configured default remote interpreter for projects. However when starting ssh terminal in a project this still requires me to enter all credentials. Anything I might be overlooking?