|
Prev: Copying all of the files that are owned by the user.
Next: Arithmetic expansion not POSIX compliant in ksh, bash, or zsh!
From: Dan Stromberg on 30 Mar 2008 11:37 On Sat, 09 Feb 2008 21:12:59 -0800, techzeel wrote: > Problem - while usng 'ssh' in shell script > > I am trying a write script which is going to login few machines without > manu > al intervention and do some tasks...I got the output with Login prompt > messa > ges...I would like to remove/hide those from output report..? > > ie. I need only the actual output the script does, not the stuffs like > login > intro messages from individual machines etc..., > > Can someoone please help me on this? Thanks in Advance! > > __________________ > Techzeel Just set up ssh to not require a password: http://stromberg.dnsalias.org/~strombrg/ssh-keys.html |