View Single Post

  #2 (permalink)  
Old 03-16-2008, 02:22 PM
jaduks jaduks is offline
Junior Member
User
 
Join Date: Mar 2008
Location: India
My distro: Debian
Posts: 1
Rep Power: 0
jaduks is on a distinguished road
Default

You need to have ssh configured.

This is how I can get "date" command output of remote host "micky" in my nw

$ ssh root@micky "date"
Sun Mar 16 07:50:25 UTC 2008

//Jadu
Reply With Quote