> On 30 Dec 2012, at 13:20, erik quanstrom wrote:
>
> > On Sun Dec 30 08:16:19 EST 2012, [email protected] wrote:
> >>> we hope to halve that resolved soon, but feel free to submit a
> >>> patch. :-)
> >>>
> >>
> >> Wouldn't mind looking into it. I'm not sure which source files would
> >> need to be looked at or modified. Pointers? I guess I should at
> >> least read up on factotum?
> >
> > /sys/src/cmd/ssh/sshtun.c:^auth_req
> >
>
> I looked in several places for this, but can't find it. I seem to
> have a different source tree to you. Looked in:
>
> /sys/src/cmd/
>
> After running '9fs sources', also looked under
>
> /n/sources/nix/nix/sys/src/cmd/
> /n/sources/plan9/sys/src/cmd/
>
> They contain directories ssh1 and ssh2 but not plain ssh. Certainly
> can't find the file sshtun.c
>
> term% du -a /sys/src/cmd | grep sshtun
> term%
hmm, i guess the labs made more changes than i thought.
; g auth_req /n/sources/plan9/sys/src/cmd/ssh2
/n/sources/plan9/sys/src/cmd/ssh2/netssh.c:81: int auth_req(Packet *, Conn *);
/n/sources/plan9/sys/src/cmd/ssh2/netssh.c:2536: switch
(auth_req(p, c)) {
/n/sources/plan9/sys/src/cmd/ssh2/netssh.c:2877: sshdebug(c, "auth_req
publickey for user %s", user);
/n/sources/plan9/sys/src/cmd/ssh2/netssh.c:2934: auth_req(Packet *p, Conn *c)
/n/sources/plan9/sys/src/cmd/ssh2/netssh.c:2968: sshdebug(c,
"auth_req password");
- erik