Displaying 2 results from an estimated 2 matches for "nerdclub".
2008 May 28
7
[Bug 1473] New: Add option to save PID of a backgrounded ssh process
...assified
Product: Portable OpenSSH
Version: 5.0p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: tsteiner at nerdclub.net
When sending an ssh session to the background, there is no option to
save the forked process's PID to a file. This would be very helpful
when writing scripts that manage ssh tunnels. An example of such usage
would be:
ssh user at host -L 123:remote.host:456 -f /var/run/tunnel.pid -N
-...
2006 Sep 18
1
Incorrect GSSAPI Service Name for POP3
In pop3-login/client-authenticate.c, when sasl_server_auth_begin() is
called, it does so with the service name of "POP3". GSSAPI uses this
service name when obtaining its service credentials. The problem is
that according to http://www.iana.org/assignments/gssapi-service-names ,
the service name should instead be simply "pop". This causes GSSAPI
authentication to fail when