0 votes
by (650 points)
edited

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!

1 Answer

+1 vote
by (144k points)
edited
 
Best answer

The error indicates that the server is rejecting client's attemp to request a pseudo-terminal. A server log should contain more information about the actual reason. When it worked previously, were you using the same server?

by (650 points)
edited

Thanks, I just had to reboot this server.

...