Open AdamIsrael opened 5 years ago
It would be best practice to accept shell commands as they would run in a shell. To that end, sshproxy should automatically handle any escaping required.
This is a particular issue when using pipes, sed, grep, awk, etc.
Is there any progress on an automatic shell command escape feature? This would indeed be very useful.
It would be best practice to accept shell commands as they would run in a shell. To that end, sshproxy should automatically handle any escaping required.
This is a particular issue when using pipes, sed, grep, awk, etc.