From 5c31419b5d92b2e237a6eacdd4223afefccd40b2 Mon Sep 17 00:00:00 2001 From: djm Date: Fri, 1 May 2015 07:11:47 +0000 Subject: [PATCH] mention that the user's shell from /etc/passwd is used for commands too; bz#1459 ok dtucker@ --- usr.bin/ssh/sshd.8 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index d947882e216..44cbab0540f 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.278 2014/11/15 14:41:03 bentley Exp $ -.Dd $Mdocdate: November 15 2014 $ +.\" $OpenBSD: sshd.8,v 1.279 2015/05/01 07:11:47 djm Exp $ +.Dd $Mdocdate: May 1 2015 $ .Dt SSHD 8 .Os .Sh NAME @@ -397,6 +397,8 @@ See below. .It Runs user's shell or command. +All commands are run under the user's login shell as specified in the +system password database. .El .Sh SSHRC If the file -- 2.20.1