From 6d5520db11fad94368362b4390a94b0d48675f66 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 24 Dec 2010 21:41:49 +0000 Subject: don't send the actual forced command in a debug message; ok markus deraadt --- usr.bin/ssh/auth-options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/ssh/auth-options.c b/usr.bin/ssh/auth-options.c index 89c40f6000a..86c2317f155 100644 --- a/usr.bin/ssh/auth-options.c +++ b/usr.bin/ssh/auth-options.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth-options.c,v 1.53 2010/08/31 09:58:37 djm Exp $ */ +/* $OpenBSD: auth-options.c,v 1.54 2010/12/24 21:41:48 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -170,7 +170,7 @@ auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) goto bad_option; } forced_command[i] = '\0'; - auth_debug_add("Forced command: %.900s", forced_command); + auth_debug_add("Forced command."); opts++; goto next_option; } -- cgit v1.2.3