Searched defs:ssh (Results 1 – 3 of 3) sorted by relevance
156 auto ssh = CF_EXPECT(instance->second->Ssh()); in SshCommand() local244 auto ssh = callback_state.instance->Ssh(); in UploadBuildArtifact() local292 auto ssh = CF_EXPECT(instance->second->Ssh()); in UploadFile() local
172 auto ssh = CF_EXPECT(Ssh(), "Failed to create ssh command"); in EnforceSshReady() local
132 public SshResult ssh(String... command) throws IOException { in ssh() method in GceInstanceRule136 public SshResult ssh(ImmutableList<String> command) throws IOException { in ssh() method in GceInstanceRule