Quantcast
Channel: sshnet Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1729

New Post: SSH.NET

$
0
0
if found out that ssh.net really don't apply to a ssh session
using (var client = new SshClient(comboBox1.Text, username.Text, password.Text))
            {
                client.Connect();
                if (client.IsConnected)
                {
                    client.RunCommand("system reboot");
                    client.Disconnect();
                }
but it says connected and run the command

Viewing all articles
Browse latest Browse all 1729

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>