Search Results

Search: Posts Made By: ravinderkodan88
2,053
Posted By RudiC
I firmly believe that it is easier to once set up...
I firmly believe that it is easier to once set up keys on 500 servers than to supply passwords every time you run that script (collecting 500 servers' passwords in a file is highly discouraged!).
A...
2,053
Posted By RudiC
You may want to try sth like #!/bin/bash # set...
You may want to try sth like #!/bin/bash
# set -vx

while read OPTIONS SERVER
do
echo "$SERVER"
ssh "$OPTIONS" "$SERVER" <<-EOF
df / /tmp /any
EOF
...
2,053
Posted By Yoda
You can also use ssh for executing commands on a...
You can also use ssh for executing commands on a remote machine.

Syntax:
ssh [user@]hostname [command]
Note that this approach will work without issuing password only if you have setup...
2,053
Posted By panyam
Search on "remsh".
Search on "remsh".
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 02:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy