Remote Edit with PyCharm
The Problem: I have powerful Linux machine and semi-powerful mac-book pro. I have need of editing code on Linux box from mac-book. PyCharm has deploy method for pushing code but that requires sftp to setup etc. I just want to use ssh to do it… I’ve done rsync method but sometimes manual sync was needed. I want more transparent method… The Solution: The easiest and most effective way for me was to mount linux directory via sshfs. It was amazingly easy. Assuming that you have established ssh connection with ssh-key with the remote machine. All you have to do was to install osxfuse and sshfs with brew. ...