标签: c# ssh sharpssh
我用Tamir.SharpSsh写一个简单的代码到SSH connect:
SshStream ssh = new SshStream(txt_ip.Text, txt_user.Text, "foo"); var output = ssh.ReadResponse();
成功连接到客户端后,我想直接向客户端发送一些密钥, 谁知道我是怎么做到的?
答案 0 :(得分:0)
通过此代码解决
ssh.Write("\u0003");