コード例 #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)