Dodgy "Automatic upload failed. Private key file '/Users/my-user/Desktop/Marshteq/Thinkdigital/tdc-lms-key.pem" not found every minute
Every minute my PhpStorm IDE squawks at me with the following error exclamation mark:
Automatic upload failed. Private key file '/Users/my-user/Desktop/Marshteq/Thinkdigital/tdc-lms.key.pem' not found
This concerns me a lot because what process on earth would want to do that? I certainly don't recall installing this software, nor would I have saved it to the desktop. When I click the hamburger menu I get a dialogue to do with FTP/SFTP connectivity.
Any idea how to determine which process is trying to upload something from my Mac's desktop that doesn't even exist?
Screenshot
Please sign in to leave a comment.
It's PhpStorm itself that does that - probably accordingly to Settings | Build, Execution, Deployment | Deployment | Options | Upload changed files automatically... being set to anything but
Never
.This key file path can be taken from two places:
Private key file
field in Settings | Tools | SSH Configurations | <your configuration>~/.ssh/config
Thanks Eugene Morozov but your answer only helped me partially.
I'm curious as to what configured this automatic key upload. To take the problem further, I created some arbitrary text on my desktop and now I have this around every minute:
The PhpStorm is huge. I can't understand if someone infiltrated my PC or if there is some really terrible default setting somewhere. I also can't determine if this is project specific or what.
EDIT: You were right, this was the location:
Settings | Build, Execution, Deployment | Deployment
I inherited this project from another developer and it appears they use SSH sync to keep files up to date. Thanks so much for your help.