Lines Matching refs:ssh
95 netssh.c:284: rootfile = createfile(netsshsrv.tree->root, "ssh", uid, 0555|DMDIR,
235 ssh.c:130: oalarm = alarm(5*1000); /* don't get stuck here */
236 ssh.c:163: // for (fd = 3; fd < 40; fd++)
237 ssh.c:219: if (buf[n-1] == ('u' & 037))
238 ssh.c:251: write(kconsfd, buf+5, n);
239 ssh.c:257: write(kconsfd, buf+5, n);
240 ssh.c:265: seek(keyfd, 0, 2);
241 ssh.c:266: if (readn(keyfd, buf, 5) <= 0)
242 ssh.c:268: buf[5] = 0;
243 ssh.c:269: n = strtol(buf+1, nil, 10);
244 ssh.c:270: n = readn(keyfd, buf+5, n);
245 ssh.c:273: buf[n+5] = 0;
246 ssh.c:278: fprint(kconsfd, "%s\n", buf+5);
247 ssh.c:292: if (size < 6)
248 ssh.c:306: n = read(keyfd, buf, 5); /* reading /net/ssh/keys */
249 ssh.c:309: buf[5] = 0;
250 ssh.c:310: n = strtol(buf+1, nil, 10);
251 ssh.c:311: n = readn(keyfd, buf+5, n);
252 ssh.c:312: buf[n < 0? 5: n+5] = 0;
253 ssh.c:318: fprint(kconsfd, "%s\n", buf+5);
254 ssh.c:404: ds = netmkaddr(remote, dir, "22"); /* tcp port 22 is ssh */
255 ssh.c:578: char buf[64];
256 ssh.c:582: return strlen(buf) >= 9 && strcmp(buf+strlen(buf)-9, "/dev/cons") == 0;