blink icon indicating copy to clipboard operation
blink copied to clipboard

"SessionType none" not supported in the config

Open TobiaszCudnik opened this issue 3 years ago • 1 comments

Checklist

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

TobiaszCudnik avatar Apr 20 '22 08:04 TobiaszCudnik

Workaround:

RequestTTY no
RemoteCommand cat

TobiaszCudnik avatar Apr 20 '22 13:04 TobiaszCudnik