Exemple #1
0
 def ssh_connection(self, host, node_username):
     return remote.setup_ssh_connection(host, node_username,
                                        open(param.PATH_TO_SSH).read())
Exemple #2
0
 def ssh_connection(self, host):
     return remote.setup_ssh_connection(host, param.NODE_USERNAME,
                                        open(param.PATH_TO_SSH).read())
Exemple #3
0
 def ssh_connection(self, host, node_username):
     return remote.setup_ssh_connection(host, node_username,
                                        open(param.PATH_TO_SSH).read())