1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/core
David 7aa7939d3b Use Net::SSH's KeyManager to detect ssh-agent
The presence of ENV['SSH_AUTH_SOCK'] is necessary but not sufficient for
ssh-agent support (e.g. no agent may be listening on the socket; the
listening agent may be SSH2-compatible and hence currently unsupported)
so it is better to delegate this decision to Net::SSH.
2011-01-26 03:33:21 +08:00
..
attributes.rb [core] fix attributes to properly accomodate aliases 2010-12-16 11:25:31 -08:00
collection.rb make remove_method not needed in collection 2010-11-04 13:51:41 -07:00
connection.rb Allow Fog::Connection to pass additional connection params to Excon. 2011-01-21 03:55:43 +08:00
credentials.rb more fixes and setup mock tests to run without setup 2011-01-14 11:01:02 -08:00
deprecation.rb [core] simplify credential management 2010-12-15 15:32:33 -08:00
errors.rb cleanup lib/fog by segregating shared into 'core' 2010-09-29 13:22:30 -07:00
hmac.rb cleanup lib/fog by segregating shared into 'core' 2010-09-29 13:22:30 -07:00
mock.rb [mock] move random gen stuff to central location 2011-01-04 11:35:58 -08:00
model.rb [core] allow eventual consistency in wait_for 2010-12-16 12:05:15 -08:00
parser.rb [TerremarkEcloud] initial 2011-01-20 16:28:45 -08:00
provider.rb [core] preparing for service based reorg 2011-01-07 15:09:46 -08:00
service.rb [core] fix/cleanup requires/recognizes for service 2010-12-16 15:31:24 -08:00
ssh.rb Use Net::SSH's KeyManager to detect ssh-agent 2011-01-26 03:33:21 +08:00
time.rb add offset for fog times 2010-12-21 12:12:30 -08:00
wait_for.rb [core] cleanup dependencies 2010-12-16 11:24:52 -08:00