0

Is it possible, via VBScript to connect to a local Linux server via SSH, issue a single command and then disconnect?

I searched online but couldn't see any examples on doing this but didn't see any examples of doing so.

Thanks

Steve

1

1 Answer 1

1

Use PuTTY, especially Plink:

Plink (PuTTY Link) is a command-line connection tool similar to UNIX ssh. It is mostly used for automated operations, such as making CVS access a repository on a remote server.

If you are lucky, you don't even need to wrap the Plink call in a VBScript program.

Sign up to request clarification or add additional context in comments.

1 Comment

It's not possible to do it using VBScript without a third-party program?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.