Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Tamir.SharpSsh を使用して SSH 接続への簡単なコードを作成します。
SshStream ssh = new SshStream(txt_ip.Text, txt_user.Text, "foo"); var output = ssh.ReadResponse();
クライアントに正常に接続した後、キーをクライアントに直接送信したいのですが、その方法を知っている人はいますか?
このコードで解決
ssh.Write("\u0003");