Add an initial test for SSH.

This commit is contained in:
Brendan Burns
2015-06-08 15:45:20 -07:00
parent 5aa0219ada
commit 2240486110
3 changed files with 185 additions and 4 deletions

View File

@@ -1184,7 +1184,7 @@ func getSigner(provider string) (ssh.Signer, error) {
key := filepath.Join(keydir, keyfile)
Logf("Using SSH key: %s", key)
return util.MakePrivateKeySigner(key)
return util.MakePrivateKeySignerFromFile(key)
}
// LatencyMetrics stores data about request latency at a given quantile