Monday, July 13, 2009

Executing Remote Commands on Demand with SSH

Executing Remote Commands on Demand with SSH

[root@smallfry tmp]# ssh 192.168.1.100 "uname -a"
root@192.168.1.100's password:
Linux bigboy 2.6.8-1.521 #1 Mon Aug 16 09:01:18 EDT 2004 i686 i686 i386 GNU/Linux
[root@smallfry tmp]#
 
Things You Should Know About Linux !!!