search for: 2_9_p2_w_gss_krb5_named_keys

Displaying 5 results from an estimated 5 matches for "2_9_p2_w_gss_krb5_named_keys".

2001 Oct 25
2
SIGCHLD race *trivial* patch
...so that child_terminated is not reset after handling SIGCHLD *UNLESS* there are no sessions left open. Also, for server_loop(), perhaps it too should have a check to break out of its loop if the child is terminated and there are no channels still open. (*) I hope :) Cheers, Nico Index: 2_9_p2_w_gss_krb5_named_keys.10/session.h --- 2_9_p2_w_gss_krb5_named_keys.10/session.h Tue, 26 Jun 2001 16:27:13 -0400 willian (OpenSSH/i/13_session.h 1.2 644) +++ 2_9_p2_w_gss_krb5_named_keys.10(w)/session.h Thu, 25 Oct 2001 14:58:32 -0400 willian (OpenSSH/i/13_session.h 1.2 644) @@ -28,6 +28,7 @@ void do_authenticated(Au...
2001 Jul 05
1
OpenSSH Logging Madness
...es + my named key / key pattern patches (posted to openssh-unix-dev at mindrot.org). I do hope that LOG_NOTICE is available on all platforms -- where it isn't it could be mapped to LOG_INFO. Cheers, Nico ******************************************************************************** Index: 2_9_p2_w_gss_krb5_named_keys.6/log.h --- 2_9_p2_w_gss_krb5_named_keys.6/log.h Thu, 03 May 2001 16:12:13 -0400 jd (OpenSSH/j/5_log.h 1.1 644) +++ 2_9_p2_w_gss_krb5_named_keys.6(w)/log.h Thu, 05 Jul 2001 18:41:32 -0400 willian (OpenSSH/j/5_log.h 1.1 644) @@ -39,6 +39,7 @@ SYSLOG_LEVEL_QUIET, SYSLOG_LEVEL_FATAL, SYSLOG_LEVE...
2001 Oct 31
2
suggested fix for the sigchld race
comments? alternatives: sigsetjmp(ugly) and pselect(not portable, available) drawback: additional filedescriptors. Index: serverloop.c =================================================================== RCS file: /home/markus/cvs/ssh/serverloop.c,v retrieving revision 1.82 diff -u -r1.82 serverloop.c --- serverloop.c 10 Oct 2001 22:18:47 -0000 1.82 +++ serverloop.c 11 Oct 2001 18:06:33 -0000 @@
2001 Aug 15
0
[ossh patch] principal name/patterns in authorized_keys2
...== 0) { packet_send_debug("Port forwarding disabled."); ******************************************************************************** Index: 2_9_p2_w_gss_and_krb5.1/sshd.8 --- 2_9_p2_w_gss_and_krb5.1/sshd.8 Tue, 26 Jun 2001 16:27:13 -0400 willian (OpenSSH/h/28_sshd.8 1.2 644) +++ 2_9_p2_w_gss_krb5_named_keys.6/sshd.8 Tue, 03 Jul 2001 14:20:01 -0400 willian (OpenSSH/h/28_sshd.8 1.3 644) @@ -871,7 +871,8 @@ .Pa $HOME/.ssh/authorized_keys2 file lists the DSA and RSA keys that are permitted for public key authentication (PubkeyAuthentication) -in protocol version 2. +in protocol version 2. It can also l...
2001 Jun 28
1
Adding 'name' key types
Playing around with the [wonderful] GSS-API patches for OpenSSH [1] I noticed that there is a bit of functionality missing from OpenSSH/GSS-API, namely that authorized_keys2 has no meaning when using GSS authentication. Yes, ~/.k5login can be used to grant access to an account for applications that support Kerberos, as does OpenSSH with those GSS patches, but .k5login does not and cannot provide