coder / sshcode

Run VS Code on any server over SSH.
MIT License
5.74k stars 216 forks source link

How to pass in extra configuration to ssh? #171

Open leofisG opened 4 years ago

leofisG commented 4 years ago

Hi

I am just wondering how do I pass in extra configuration flag when I use this? Suppose I want to pass in the -i flag or -o flag while using sshcode?

Merith-TK commented 4 years ago

i do beleive there is a flag for that, check --help

leofisG commented 4 years ago

It seems like there is this --ssh-flags option to pass in extra configs.