diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshd_config.5 | 7 |
2 files changed, 9 insertions, 3 deletions
@@ -56,6 +56,11 @@ | |||
56 | - djm@cvs.openbsd.org 2013/04/18 02:16:07 | 56 | - djm@cvs.openbsd.org 2013/04/18 02:16:07 |
57 | [sftp.c] | 57 | [sftp.c] |
58 | make "sftp -q" do what it says on the sticker: hush everything but errors; | 58 | make "sftp -q" do what it says on the sticker: hush everything but errors; |
59 | ok dtucker@ | ||
60 | - djm@cvs.openbsd.org 2013/04/19 01:00:10 | ||
61 | [sshd_config.5] | ||
62 | document the requirment that the AuthorizedKeysCommand be owned by root; | ||
63 | ok dtucker@ markus@ | ||
59 | 64 | ||
60 | 20130418 | 65 | 20130418 |
61 | - (djm) [config.guess config.sub] Update to last versions before they switch | 66 | - (djm) [config.guess config.sub] Update to last versions before they switch |
diff --git a/sshd_config.5 b/sshd_config.5 index 4fe3c55b6..590fb4088 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: sshd_config.5,v 1.157 2013/03/07 19:27:25 markus Exp $ | 36 | .\" $OpenBSD: sshd_config.5,v 1.158 2013/04/19 01:00:10 djm Exp $ |
37 | .Dd $Mdocdate: March 7 2013 $ | 37 | .Dd $Mdocdate: April 19 2013 $ |
38 | .Dt SSHD_CONFIG 5 | 38 | .Dt SSHD_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -202,7 +202,8 @@ The default is not to require multiple authentication; successful completion | |||
202 | of a single authentication method is sufficient. | 202 | of a single authentication method is sufficient. |
203 | .It Cm AuthorizedKeysCommand | 203 | .It Cm AuthorizedKeysCommand |
204 | Specifies a program to be used to look up the user's public keys. | 204 | Specifies a program to be used to look up the user's public keys. |
205 | The program will be invoked with a single argument of the username | 205 | The program must be owned by root and not writable by group or others. |
206 | It will be invoked with a single argument of the username | ||
206 | being authenticated, and should produce on standard output zero or | 207 | being authenticated, and should produce on standard output zero or |
207 | more lines of authorized_keys output (see | 208 | more lines of authorized_keys output (see |
208 | .Sx AUTHORIZED_KEYS | 209 | .Sx AUTHORIZED_KEYS |