Automating Tasks with SSH

From docwiki
Revision as of 16:47, 23 March 2020 by Mond (talk | contribs) (Created page with "Category:LinuxLV Category:SSH == Motivation == Besides interactive login, SSH can also be used to automate thing by directly executing remote commands and also conne...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Motivation

Besides interactive login, SSH can also be used to automate thing by directly executing remote commands and also connecting STDIN and STDOUT to transfer date.


Executing a remote command