Run Single Commands on a SSH-based Server
You can run a single command on an OpenSSH server by adding the command to the end of the ssh command.
ssh -fCT user@server
-f = Allows ssh to close after the connection is established.
-C = Use Compression
-T = No terminal session will be started
Related posts:
- Accessing Munin nodes through SSH tunnels
- SSH Key for Login Without Password
- Rethinking the GUI (Graphical User Interface) and the CLI (Command Line Interface)
- Howto Access via ssh a Virtualbox Guest machine
- Xen Howto: Install Windows
- Linux Terminal Speed Performance Comparison
- Howto Wiretap – Sniff Network Traffic
- How to Mount a Remote Filesystem Using SSH and sshfs
- Howto: Convert an OpenSSL key to a public/private OpenSSH key-pair
- Intel Entry Server Board S3000AH: Linux and lm-sensors
