Searched refs:chost (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dauth2-hostbased.c64 char *pkalg, *cuser, *chost; local
72 (r = sshpkt_get_cstring(ssh, &chost, NULL)) != 0 ||
77 debug_f("cuser %s chost %s pkalg %s slen %zu",
78 cuser, chost, pkalg, slen);
136 (r = sshbuf_put_cstring(b, chost)) != 0 ||
144 "client user \"%.100s\", client host \"%.100s\"", cuser, chost);
149 chost, key) &&
162 free(chost);
170 const char *cuser, char *chost, struct sshkey *key)
183 debug2_f("chost
169 hostbased_key_allowed(struct ssh *ssh, struct passwd *pw, const char *cuser, char *chost, struct sshkey *key) argument
[all...]
H A Dmux.c951 char *chost = NULL; local
957 (r = sshbuf_get_cstring(m, &chost, NULL)) != 0 ||
959 free(chost);
968 free(chost);
973 debug2_f("channel %d: stdio fwd to %s:%d", c->self, chost, cport);
981 free(chost);
1000 free(chost);
1007 ok = ask_permission("Allow forward to path %s", chost);
1010 chost, cport);
1020 nc = channel_connect_stdio_fwd(ssh, chost, cpor
1748 const char *lhost, *chost; local
[all...]
H A Dmonitor.c917 char *cuser, *chost; local
926 (r = sshbuf_get_cstring(m, &chost, NULL)) != 0 ||
955 cuser, chost, key);
958 cuser, chost);
983 hostbased_chost = chost;
988 free(chost);
1088 const char *cuser, const char *chost)
1138 if (strcmp(cp, chost) != 0)
1087 monitor_valid_hostbasedblob(const u_char *data, u_int datalen, const char *cuser, const char *chost) argument
H A Dsshconnect2.c2125 char *fp = NULL, *chost = NULL, *lname = NULL; local
2191 xasprintf(&chost, "%s.", lname);
2192 debug2_f("chost %s", chost);
2210 (r = sshbuf_put_cstring(b, chost)) != 0 ||
2231 (r = sshpkt_put_cstring(ssh, chost)) != 0 ||
2246 free(chost);

Completed in 191 milliseconds