Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>AFAIK know what you want (redirecting CON) is only possible by hooking/injecting which is rather complex and basically not necessary to do SSH.</p> <p>For SSH you can use any number of C# libraries out there (free and commercial):</p> <ul> <li><a href="http://www.chilkatsoft.com/ssh-sftp-component.asp" rel="nofollow">http://www.chilkatsoft.com/ssh-sftp-component.asp</a> (commercial)</li> <li><a href="http://www.tamirgal.com/blog/page/SharpSSH.aspx" rel="nofollow">http://www.tamirgal.com/blog/page/SharpSSH.aspx</a> (free)</li> <li><a href="http://sshnet.codeplex.com/" rel="nofollow">http://sshnet.codeplex.com/</a> (free)</li> <li><a href="http://www.rebex.net/ssh-pack/default.aspx" rel="nofollow">http://www.rebex.net/ssh-pack/default.aspx</a> (commercial)</li> <li><a href="http://www.eldos.com/sbb/desc-ssh.php" rel="nofollow">http://www.eldos.com/sbb/desc-ssh.php</a> (commercial)</li> </ul> <p>The main advantage of using a library is that you have much greater control over the SSH session than you could ever achieve via some redirected console AND it is much easier to implement...</p> <p><strong>UPDATE - as per comments:</strong></p> <p>To get all output from the remotely running program you need to use a library which comes with an "interactive/terminal" class for SSH - for example the one at <a href="http://www.rebex.net/ssh-pack/default.aspx" rel="nofollow">http://www.rebex.net/ssh-pack/default.aspx</a> comes with such a class and works really fine (not affilliated, just a happy customer), it can be used as a code-only component or as a visual control (whatever suits your needs).</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload