mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|compute] don't kill auth errors in setup
This commit is contained in:
parent
484c6666d9
commit
ca633b92e7
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ module Fog
|
|||
Timeout::timeout(4) do
|
||||
Fog::SSH.new(ip_address, username, credentials).run(commands)
|
||||
end
|
||||
rescue Net::SSH::AuthenticationFailed, Timeout::Error
|
||||
rescue Timeout::Error
|
||||
retry
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue