Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 28 million developers.
Sign up
Pinned repositories
50 contributions in the last year
Contribution activity
August 2018
Created an issue in sshnet/SSH.NET that received 1 comment
Disposing a ShellStream instance shouldn't disconnect the SshClient instance which created it
using (SshClient ssh = new SshClient(address, username, password) { ssh.Connect() using (ShellStream shell = ssh.CreateShellStream("xterm", 80, 80,…
1
comment