def is_alive(self): '''Is remote ssh server alive.''' return general.is_server_alive(self.server, self.port)