diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-11-24 20:15:37 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-11-24 20:15:37 +0000 |
commit | b9848f3b5f126a0b573842b13a6bc72c669e9def (patch) | |
tree | effe6fa818685eb27c4256f09c5c13499dcf5ef8 /usr.bin/ssh/ssh.1 | |
parent | 4b10d86ce45d8d0e289df3099f0f0091beb12447 (diff) |
postpone fork_after_authentication until command execution,
request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
plus: use daemon() for backgrounding
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |