I'm running a script which collects information from servers -
ssh <hostname> command
This is taking a long time to complete ( 4000 + servers ) as if a server is offline then ssh takes a long time to timeout.
Is there anyway to change this timeout period without modifying the config files for ssh ?
TIA
ssh <hostname> command
This is taking a long time to complete ( 4000 + servers ) as if a server is offline then ssh takes a long time to timeout.
Is there anyway to change this timeout period without modifying the config files for ssh ?
TIA