HomeSort by relevance Sort by last modified time
    Searched refs:SSH (Results 1 - 10 of 10) sorted by null

  /external/avahi/avahi-ui-sharp/
bssh.cs 10 ServiceDialog dialog = new ServiceDialog ("Choose SSH Server", null,
32 string args = String.Format ("gnome-terminal -t {0} -x ssh -p {1} -l {2} {3}",
  /toolchain/binutils/binutils-2.25/opcodes/
i370-opc.c 404 #define SSH(op, l, b1, d1) \
414 #define SS_MASK SSH (0xff, 0x0, 0x0, 0x0)
    [all...]
  /external/curl/tests/
serverhelp.pm 88 /^(tftp|sftp|socks|ssh|rtsp|gopher|httptls)(\d*)(-ipv6|)$/) {
108 ($proto =~ /^(((FTP|HTTP|HTTP\/2|IMAP|POP3|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|GOPHER|HTTPTLS))$/));
sshhelp.pm 109 $sshdexe = 'sshd' .exe_ext(); # base name and ext of ssh daemon
110 $sshexe = 'ssh' .exe_ext(); # base name and ext of ssh client
113 $sshkeygenexe = 'ssh-keygen' .exe_ext(); # base name and ext of ssh-keygen
115 $sshdconfig = 'curl_sshd_config'; # ssh daemon config file
116 $sshconfig = 'curl_ssh_config'; # ssh client config file
118 $sshdlog = undef; # ssh daemon log file
119 $sshlog = undef; # ssh client log file
122 $knownhosts = 'curl_client_knownhosts'; # ssh knownhosts fil
    [all...]
  /external/vogar/src/vogar/
Vogar.java 71 @Option(names = { "--ssh" })
252 System.out.println(" --ssh <host:port>: target a remote machine via SSH.");
551 SSH(SshTarget.defaultDeviceDir());
584 targetType = TargetType.SSH;
605 case SSH:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
layer1.py 415 :param default_ssh_key_name: A default SSH key for the stack instances.
680 :param ssh_key_name: The instance SSH key name.
    [all...]
  /external/autotest/server/hosts/
servo_host.py 206 - ConnectTimeout=30; maximum of 30 seconds allowed for an SSH
209 - ServerAliveInterval=180; which causes SSH to ping connection every
220 - SSH protocol forced to 2; needed for ServerAliveInterval.
222 @param user User name to use for the ssh connection.
223 @param port Port on the target host to use for ssh connection.
224 @param opts Additional options to the ssh command.
229 @returns: An ssh command with the requested settings.
232 base_command = ('/usr/bin/ssh -a -x %s -o StrictHostKeyChecking=no'
246 to allow additional ssh options.
278 @param connect_timeout: SSH connection timeout (in seconds
    [all...]
  /external/autotest/site_utils/rpm_control_system/
rpm_controller.py 62 SSH_LOGIN_CMD = ('ssh -l %s -o StrictHostKeyChecking=no '
286 It logs into the hydra serial concentrator over ssh, launches the CLI
289 ssh = self._authenticate_with_hydra(admin_override=True)
290 if not ssh:
292 ssh.expect(RPMController.PASSWORD_PROMPT, timeout=60)
293 ssh.sendline(rpm_config.get('HYDRA', 'admin_password'))
294 ssh.expect(RPMController.HYDRA_PROMPT)
295 ssh.sendline(RPMController.CLI_CMD)
298 response = ssh.expect_list([cli_prompt_re, cli_held_re], timeout=60)
304 ssh.sendline(RPMController.CLI_KILL_PREVIOUS
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 4 # or an SSH tunnel.
25 # (however, see the -ssh option below, in which case you will need ssh(1)
73 # -ssh Use ssh instead of stunnel SSL. ssh(1) must be installed and you
74 # must be able to log into the remote machine via ssh.
77 # where "user@host" is used for the ssh login (see ssh(1) manpage).
80 # "user@gwhost" or "user@gwhost:port". "gwhost" is an incoming ssh
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c     [all...]

Completed in 1955 milliseconds