vmssoftware / vms-ide

MIT License
13 stars 3 forks source link

VMS-IDE ignores ~/.ssh/config #11

Open wyan opened 2 years ago

wyan commented 2 years ago

I use the standard way of configuring hosts on a Unix system, with an entry in my ~/.ssh/config per host, indicating there full hostname, username, port, key to use, algorithms supported by the remote server, etc. That way I can SSH to any of them when needed.

However, VMS-IDE seems to be completely ignoring everything on this file, thus needing to manually configure every aspect of the connection again per project.