make ~/.ssh/id_rsa.pub default key for loading into test VMs

This commit is contained in:
Timofey Turenko 2019-04-15 14:59:39 +03:00
parent 74ea0a844c
commit 2e7ef72e3a

View File

@ -2103,7 +2103,7 @@ int TestConnections::call_mdbci(const char * options)
return 1;
}
std::string team_keys = readenv("team_keys", "~/team_keys");
std::string team_keys = readenv("team_keys", "~/.ssh/id_rsa.pub");
system((std::string("mdbci public_keys --key ") +
team_keys +
std::string(" ") +