Implementing SshClient using web sockets

0
I need a terminal emulation for xamarin IOS and xamarin android but I need to connect to an ssh server using web sockets. Is possible to extend or implement an interface for a new version of SshClient that uses web sockets to connect to an SHH server? Thanks
c#
 
asked 9/13/2022 2:20:26 PM
add a comment

1 Answers

0
Hi gduchate, The UltimateSsh component provides a comprehensive set of interfaces and classes for establishing a Secure Shell (SSH) communication to a server and execute commands on it. It also helps you to add terminal emulation capabilities to your .NET applications within a minute. The library also offers the flexibility, ease of use and rapid development features of a component without the complexities of working with the native socket class or in-depth knowledge of how the Secure Shell protocols are implemented. Kindly check [UltimateSsh][1] api documentation . This wil help you in your goal. [1]: https://doc.componentpro.com/ComponentPro-Terminal/AtAGlance
 
answered 9/14/2022 2:13:00 PM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged c# or ask your own question.