When starting a SSH shell there is a choice between using a well known shell or a prompt. What kind of shells are considered to be well known? I cannot find any documentation about this, is there a list of supported shells or is it just bash?
I've had no problems with bash, but when I try to use zsh it gives this error:
Unsupported shell '-zsh'.
at Rebex.TerminalEmulation.Shell.DetectKnownShell()
at Rebex.Net.Ssh.YDB(ShellMode A)
at Rebex.Net.Ssh.StartShell(ShellMode mode)