Searched refs:sshlog (Results 1 – 9 of 9) sorted by relevance
| /plan9/sys/src/cmd/ssh2/ |
| H A D | ssh2.h | 22 #pragma varargck argpos sshlog 2 26 void sshlog(Conn *, char *format, ...);
|
| H A D | dh.c | 97 sshlog(nil, "no proto=rsa key in factotum"); in dh_init() 108 sshlog(nil, "no key (n) found"); in dh_init() 117 sshlog(nil, "no key (ek) found"); in dh_init() 163 sshlog(nil, "no proto=dsa key in factotum"); in dh_init() 175 sshlog(nil, "no key (p) found"); in dh_init() 182 sshlog(nil, "no key (q) found"); in dh_init() 189 sshlog(nil, "no key (g) found"); in dh_init() 196 sshlog(nil, "no key (y) found"); in dh_init() 207 sshlog(nil, "no key (x) found"); in dh_init() 221 sshlog(c, "no public RSA key info"); in rsa_ks() [all …]
|
| H A D | netssh.c | 126 sshlog(Conn *c, char *fmt, ...) in sshlog() function 367 sshlog(c, "new connection on fd %d", fd); in stopen() 421 sshlog(cl, "bad connection"); in stlisconn() 446 sshlog(cl, "stlisconn read eof on fd %d", cl->ctlfd); in stlisconn() 449 sshlog(cl, "stlisconn read failed on fd %d: %r", cl->ctlfd); in stlisconn() 475 sshlog(cl, "stlisconn c->ctlfd < 0 for conn %d", xconn); in stlisconn() 506 sshlog(c, "bad channel"); in stlischan() 900 sshlog(c, "bad connection"); in readdata() 1094 sshlog(c, "bad connection"); in writectlproc() 1136 sshlog(c, "connect handshake failed: " in writectlproc() [all …]
|
| H A D | dup.out | 99 2. sshlog, sshdebug 3132 1. sshlog, sshdebug
|
| /plan9/sys/src/cmd/ssh1/ |
| H A D | smsg.c | 128 sshlog("auth_challenge failed for %s", user); in responselogin() 152 sshlog("bad response: %s", c->user); in authusername() 199 sshlog("auth_chuid to %s: %r", ai->cuid); in authsrvuser() 202 sshlog("logged in as %s", ai->cuid); in authsrvuser()
|
| H A D | authsrvtis.c | 12 sshlog("auth_challenge failed for %s", conn->user); in authsrvtisfn()
|
| H A D | ssh.h | 297 void sshlog(char*, ...); 303 #pragma varargck argpos sshlog 2
|
| H A D | util.c | 122 sshlog(char *f, ...) in sshlog() function
|
| H A D | sshserve.c | 87 sshlog("connect from %s", c.host); in main()
|