예제 #1
0
파일: core.py 프로젝트: six8/fragrant
 def ssh_up(self):
     return check_ssh_up(self.ssh_host, self.ssh_port)
예제 #2
0
파일: vbox.py 프로젝트: jong/fragrant
 def ssh_up(self):
     """
     Return True if SSH connectivity exists.
     """
     return check_ssh_up(self.host, self.ssh_port)