Project with existing source in remote server (ssh public key)

Hi,

I wanna connect to remote server from my local (ubuntu 16.04), to get my projects directories in phpstorm. what can i do?

PS: I have ssh connection (passphare key), so i don't have login

Please can you help me

1
4 comments
Avatar
Permanently deleted user
Official comment

Working with remote files directly, via network, is strictly not a supported scenario.
PhpStorm has been designed to work with local copy of the project. Find more info about this approach here: <https://www.jetbrains.com/phpstorm/help/working-with-web-servers-copying-files.html>.

You can check the valid scenarios and configure synchronization with remote server by following this guide: <https://confluence.jetbrains.com/display/PhpStorm/Deployments+in+PhpStorm>.

Hi, this isn't recommended way to work with projects using IDE (we would suggest to copy project files locally).

But still, this should help.

 

0
Avatar
Permanently deleted user

Visual studio code supports this for years now. 

2
Avatar
Permanently deleted user

Indeed vscode supports it and it's very pleasant to work via ssh on a remote project.

0

Please sign in to leave a comment.