From b9848f3b5f126a0b573842b13a6bc72c669e9def Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Wed, 24 Nov 1999 20:15:37 +0000 Subject: postpone fork_after_authentication until command execution, request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au plus: use daemon() for backgrounding --- usr.bin/ssh/ssh.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/ssh.1') diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index a793b8c8308..051370ef85f 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: ssh.1,v 1.27 1999/11/22 21:52:41 markus Exp $ +.\" $Id: ssh.1,v 1.28 1999/11/24 20:15:36 markus Exp $ .\" .Dd September 25, 1999 .Dt SSH 1 @@ -293,7 +293,7 @@ disables any escapes and makes the session fully transparent. .It Fl f Requests .Nm -to go to background after authentication. This is useful +to go to background just before command execution. This is useful if .Nm is going to ask for passwords or passphrases, but the user -- cgit v1.2.3