search for: 122,128

Displaying 2 results from an estimated 2 matches for "122,128".

Did you mean: 122,12
2002 Nov 05
2
[PATCH] Add a chroot_users option to sshd
...blic keys */ char *authorized_keys_file2; int pam_authentication_via_kbd_int; + int chroot_users; } ServerOptions; void initialize_server_options(ServerOptions *); *** servconf.c@@\main\1 Tue Oct 1 17:25:26 2002 --- servconf.c Wed Oct 2 06:09:06 2002 *************** *** 122,127 **** --- 122,128 ---- options->client_alive_count_max = -1; options->authorized_keys_file = NULL; options->authorized_keys_file2 = NULL; + options->chroot_users = -1; /* Needs to be accessable in many places */ use_privsep = -1; *************** *** 253,258 **** --...
2001 Oct 16
6
program-prefix does not work
...version of /etc/hosts.equiv. Additionally, the daemon may use *************** *** 115,121 **** * Default location of askpass */ #ifndef _PATH_SSH_ASKPASS_DEFAULT ! #define _PATH_SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass" #endif /* xauth for X11 forwarding */ --- 122,128 ---- * Default location of askpass */ #ifndef _PATH_SSH_ASKPASS_DEFAULT ! #define _PATH_SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/" _PROGRAM_PREFIX "ssh-askpass" #endif /* xauth for X11 forwarding */ *************** *** 130,136 **** /* for sftp */ #ifndef...