Below is the perl script to enable some destination. This requires user confirmation.
*****.pl --enable ***
DO YOU WANT TO ENABLE DESINATION(S) [Y\N] :
we have been using
var sshClient = new SshClient(host, username, password);
sshClient.CreateCommand("command").Execute();
[Question] How to provide user confirmation to sshClient