Home | History | Annotate | Download | only in hosts

Lines Matching refs:ssh_cmd

179         ssh_cmd = self.make_ssh_command(user=self.user, port=self.port,
194 return command % (symlink_flag, delete_flag, ssh_cmd, sources, dest)
834 ssh_cmd = self.make_ssh_command(opts=tunnel_options)
835 tunnel_cmd = '%s %s' % (ssh_cmd, self.hostname)