예제 #1
0
 def open_ssh_connection(self, host, ssh_username):
     ssh_remote._connect(host, ssh_username, self.private_key)
예제 #2
0
파일: base.py 프로젝트: COSHPC/sahara
 def open_ssh_connection(self, host, ssh_username):
     ssh_remote._connect(host, ssh_username, self.private_key)