How to add remote server info automatically from ssh config file?
Hi,
I have to work with lots of remote server for different projects.
It's too much annoying to update same ssh informations every time for ssh terminal, phpstorm filezilla, sequel pro and others.
Is there any way, so that phpstorm can get the ssh config file information automatically?
Then I just need to select the remote server from the dropdown menu.
Please sign in to leave a comment.
Could you please elaborate what "the ssh config file" is?
### default for all ## Host * ForwardAgent no ForwardX11 no ForwardX11Trusted yes User nixcraft Port 22 Protocol 2 ServerAliveInterval 60 ServerAliveCountMax 30 ## override as per host ## Host server1 HostName server1.cyberciti.biz User nixcraft Port 4242 IdentityFile /nfs/shared/users/nixcraft/keys/server1/id_rsa ## Home nas server ## Host nas01 HostName 192.168.1.100 User root IdentityFile ~/.ssh/nas01.keyhttps://www.cyberciti.biz/faq/create-ssh-config-file-on-linux-unix/
For some reason, I was thinking that this file contains config for the local SSH server only, sorry.
Here's the feature request: https://youtrack.jetbrains.com/issue/WI-12463