To access server B from another machine through server A via SSH (assuming the username is test), use the following command:
ssh -oPort=6000 test@x.x.x.x
But, how to set this in vs code ?
vs code setting ssh configuration in ~/.ssh/config file, which do not support -oPort=6000 parameter
Then, How can I use vs code with frp ?? Thansk
Describe the feature request
As description in README
But, how to set this in vs code ? vs code setting ssh configuration in ~/.ssh/config file, which do not support
-oPort=6000
parameter Then, How can I use vs code with frp ?? ThanskDescribe alternatives you've considered
No response
Affected area