以下是啓用某個目標的perl腳本。這需要用戶確認。如何在通過sshclient訪問時向perl腳本提供確認?
*****.pl --enable ***
DO YOU WANT TO ENABLE DESINATION(S) [Y\N] :
我們一直在使用
var sshClient = new SshClient(host, username, password);
sshClient.CreateCommand("command").Execute();
[問題]如何提供用戶確認sshClient
相關:[C#.net中的SSh客戶端](http://stackoverflow.com/q/8292470/1331451) – simbabque