Home » Questions » Computers [ Ask a new question ]

Run command on remote Unix machine without interactive session

Run command on remote Unix machine without interactive session

How can I run a command on a remote Unix machine without starting a interactive session?

Asked by: Guest | Views: 287
Total answers/comments: 1
Guest [Entry]

"Just use ssh:

ssh yourusername@yourserver.com ""ls -l"""