Librenix  
(Show all SSH articles . . .
)  
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

SSH tips and tricks

Up
vote
Down

How to use ssh to encrypt X sessions, execute remote command, and perform port forwarding, etc...
If you just want to run a quick command on a remote machine, it can be faster to just run the command and skip getting a shell on the remote machine. There's no need to log in if you just want to make a quick edit to a file, or just run one command, right? SSH allows you do to this pretty easily. The syntax is ssh user@host command . For instance, if you want to restart Apache on a remote machine without logging in, you could run the following:

ssh user@webserver sudo /etc/init.d/apache2 restart
 read more | mail this link | score:4994 | -Ray, December 6, 2005
More Sysadmin articles...

Buy Fine Art on Canvas Online

admin headlines

Upgrade OpenSUSE 12.2 to 12.3

Tutorial: mod_spdy with Apache2 on CentOS 6.4

Tutorial: Apache2, PHP5, MySQL on Scientific Linux 6.3

Tutorial: Detect weak mail passwords

Linux Tutorial: Rename a RAID Array

Track down wasted disk space

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin