Is it possible to import Bulk SSH/SFTP configurations?
I've just recently installed PHPStorm and I've been messing around with it for a bit and trying to get my bearings. I managed to figure out how to add SSH and SFTP configurations pretty easily, but admittedly the whole process is a tiny bit clunky. I have a couple hundred SSH and SFTP configurations saved locally for various projects, and I was wondering if there was a way to import those configs into PHPStorm, perhaps by way of a CSV or XML import. If possible, I would really like to avoid having to set each individual connection up for every project. I poked around through the documentation but wasn't able to find anything on the topic. Any suggestions?
Thanks
请先登录再写评论。
No, unfortunately there's no such option.
Project-only deployment configs are stored in /.idea/webServers.xml file. Globally available Deployment server configs are stored in IDE_config_folder/options/webServers.xml file.
SSH configs are stored in a sshConfigs.xml file nearby, but those should be created in IDE first: you can't just generate them in an xml file.
I'm afraid you would have to configure all SSH connections manually.