SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
547 stars 36 forks source link

psmsshproxy suport #29

Open nckbgov opened 6 years ago

nckbgov commented 6 years ago

Hi, I am looking how to access file systems via a psmsshproxy. Its syntax obliges me to define my connections in the ssh config file. Does your (great and very useful) extension ready host configurations from the ssh config file?

Otherwise, would you add additional connection parameters in the plugin settings like: RemoteCommand and RequestTTY?

Thanks!

nckbgov commented 6 years ago

I see the first proposal is in your todo list: "Allow loading (or automatically use) sessions from .ssh/config" 👍

SchoofsKelvin commented 6 years ago

The extension currently supports proxies in two ways:

I'm not familiar with psmsshproxy. Are you talking about PSMP from CyberArk or something similar?

I'm planning in looking into using external programs for SSH connections, e.g. ssh and plink/psftp, which should work fine for creating a shell/terminal once I add that in, but makes it tricky for actual file transfer, which is the main goal of this extension.