Hi,
Do you have any idea what would lead to that error. It previously worked well and I don't see what would had changed to do that. When I try to bind my new SSHSession at my TerminalControl it crash.
My line #144: this.terminalControl.Bind(this.session);
The Error:
Rebex.Net.SshException: The request has failed.
at Rebex.Net.SshChannel.ZB(SU A)
at Rebex.Net.SshChannel.RequestPseudoTerminal(String terminal, Int32 width, Int32 height)
at Rebex.Net.Ssh.PJ(TerminalOptions A, Int32 B, Int32 C)
at Rebex.TerminalEmulation.TerminalControl.DF(IShellChannelFactory A)
at Rebex.TerminalEmulation.TerminalControl.Bind(IShellChannelFactory factory)
at Devolutions.RemoteDesktopManager.Frames.Embedded.FreEmbeddedSshShell.Connect() in D:\Dev\devolutions\RemoteDesktopManager\Core\Frames\Embedded\FreEmbeddedSSHShell.cs:line 144
Thanks!