| commit | c9dc409dceaed75ba2dca71e62bc4a42b5569177 | [log] [tgz] |
|---|---|---|
| author | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Feb 18 09:25:48 2019 -0800 |
| committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Feb 18 09:25:48 2019 -0800 |
| tree | bb19d6ad5f2e4080adb33e5be663cf403281a7f8 | |
| parent | 6b158e160edb37c083b9589b2cd73d1f05af8849 [diff] |
Make logins per session instead of global Having a global login parameter is a failure if we have more than one key, so make logins local to the session using the presence of the private key in the cache as an indicator of whether we are logged in or not. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>