Run Remote Commands with SSH 1


By adding commands at the end of the ssh command they will be issued at the remote machine and you will get back stdout and stderr results on the local machine.

ssh useraccount@boxname 'someCommand | someOtherCommand'

This post is also available in: Greek


Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

One thought on “Run Remote Commands with SSH