from small one page howto to huge articles all in one place
 

search text in:





Poll
Which kernel version do you use?





poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

187226

userrating:

average rating: 1.7 (102 votes) (1=very good 6=terrible)


May 25th. 2007:
Words

486

Views

250459

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

137821

userrating:

average rating: 1.4 (42 votes) (1=very good 6=terrible)


April, 26th. 2006:

Druckversion . pdf icon
You are here: System->Tips and Tricks

Using SSH for remote commands

This tip shows a less common use of SSH. Most people use SSH to login to servers or boxes remotely. However, you can also use SSH to issue commands on remote servers without opening a full login shell.
Note: To use SSH without having to enter a password all the time, use the passwordless login tutorial in the "Security" section.
To issue commands through SSH, simply type the command after the normal SSH login information (e.g. ssh user@host command). The following example shows you how to view log files on a remote web server.
Code Listing 1: Viewing an Apache2 access_log
% ssh david@www.example.com tail /var/log/apache2/access_log

Alternatively, you could change passwords over SSH (although using public key authentication with SSH is recommended over passwords).
Code Listing 2: Remotely changing a password
% ssh david@example.com passwd  
(current) UNIX password: password
New UNIX password: new_password
Retype new UNIX password: new_password
Changing password for david

This should get you started with remote command execution. See the SSH man pages for more options.
From http://www.gentoo.org/news/en/gwn/20030908-newsletter.xml
rate this article:
current rating: average rating: 2.0 (73 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 61.4 ms