blink
blink copied to clipboard
"SessionType none" not supported in the config
Checklist
- [x] Using latest version on the App Store
- [x] Read the docs
- [x] Searched for existing GitHub issues
Describe the bug
SessionType none (-N) not supported in the config.
The following config:
# Compression no
LocalForward 1234 localhost:1234
SessionType none
should have the same result as this cmd:
ssh -NL 1234:localhost:1234 host1
Result: normal shell is being opened
Workaround:
RequestTTY no
RemoteCommand cat