* publickey-server for OpenSSH -- October 7, 2003 * The following files are designed to work with OpenSSH3.5p1. 1) Extract the patch file into the OpenSSH directory 2) Run the following command to apply the patch: patch < openssh-3.7.1p2.vds.pks.patch 3) The output of the command should look as follows: patching file Makefile.in patching file publickey-server.c patching file sshd_config 4) Run the following command to configure OpenSSH: ./configure 5) Run the following command to build and install OpenSSH: make install Makefile.in - Altered the configure makefile to include the public-key subsystem. publickey-server.c - code for the public-key subsystem sshd_config - Altered the sshd configuration file to includes the public-key subsystem