diff options
author | 2009-04-18 18:39:10 +0000 | |
---|---|---|
committer | 2009-04-18 18:39:10 +0000 | |
commit | a72847d3b57afe48ad5ee59d86d43547ff4fcacc (patch) | |
tree | ac74f20b65b2c76b2751791fe03018d3ee0eeb36 | |
parent | allow -V (show version) in decompression mode; ok millert@ (diff) | |
download | wireguard-openbsd-a72847d3b57afe48ad5ee59d86d43547ff4fcacc.tar.xz wireguard-openbsd-a72847d3b57afe48ad5ee59d86d43547ff4fcacc.zip |
tweak previous; ok stevesk
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 203c4844675..d3c1a7a0530 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -34,8 +34,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_config.5,v 1.104 2009/04/17 19:40:17 stevesk Exp $ -.Dd $Mdocdate: April 17 2009 $ +.\" $OpenBSD: sshd_config.5,v 1.105 2009/04/18 18:39:10 jmc Exp $ +.Dd $Mdocdate: April 18 2009 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -213,13 +213,10 @@ and .Xr tty 4 devices. For file transfer sessions using -.Dq sftp -which do not use logging, +.Dq sftp , no additional configuration of the environment is necessary if the -in-process sftp server is used (see -.Cm Subsystem -for details). -sftp sessions which do use logging require +in-process sftp server is used, +though sessions which use logging do require .Pa /dev/log inside the chroot directory (see .Xr sftp-server 8 |