Thread
:
Get data from client using SSH in shell script
View Single Post
#
2
24th August 2011, 14:20
Mark_NL
Senior Member
Join Date: Sep 2008
Location: The Netherlands
Posts: 911
Thanks: 12
Thanked 95 Times in 92 Posts
Code:
ssh -q <server> "hostname; uname -a"
Mark_NL
View Public Profile
Send a private message to Mark_NL
Visit Mark_NL's homepage!
Find all posts by Mark_NL