Home | History | Annotate | Download | only in openssh

Lines Matching defs:host

2225 	    "          [-s subsystem | sftp_server] host\n"
2226 " %s [user@]host[:file ...]\n"
2227 " %s [user@]host[:dir[/]]\n"
2228 " %s -b batchfile [user@]host\n",
2237 char *host = NULL, *userhost, *cp, *file2 = NULL;
2378 if ((host = strrchr(userhost, '@')) == NULL)
2379 host = userhost;
2381 *host++ = '\0';
2390 if ((cp = colon(host)) != NULL) {
2395 host = cleanhostname(host);
2396 if (!*host) {
2408 addargs(&args, "%s", host);
2427 fprintf(stderr, "Connected to %s.\n", host);