diff options
author | Colin Watson <cjwatson@debian.org> | 2014-10-07 12:13:50 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-10-07 12:13:50 +0100 |
commit | 487bdb3a5ef6075887b830ccb8a0b14f6da78e93 (patch) | |
tree | a2cff6fec1e6c4b4153a170a3e172cfe6bfdec46 /sftp-server.0 | |
parent | 796ba4fd011b5d0d9d78d592ba2f30fc9d5ed2e7 (diff) | |
parent | 28453d58058a4d60c3ebe7d7f0c31a510cbf6158 (diff) |
Import openssh_6.7p1.orig.tar.gz
Diffstat (limited to 'sftp-server.0')
-rw-r--r-- | sftp-server.0 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sftp-server.0 b/sftp-server.0 index ce7ddc07f..d811e252d 100644 --- a/sftp-server.0 +++ b/sftp-server.0 | |||
@@ -1,4 +1,4 @@ | |||
1 | SFTP-SERVER(8) OpenBSD System Manager's Manual SFTP-SERVER(8) | 1 | SFTP-SERVER(8) System Manager's Manual SFTP-SERVER(8) |
2 | 2 | ||
3 | NAME | 3 | NAME |
4 | sftp-server - SFTP server subsystem | 4 | sftp-server - SFTP server subsystem |
@@ -76,9 +76,10 @@ DESCRIPTION | |||
76 | Sets an explicit umask(2) to be applied to newly-created files | 76 | Sets an explicit umask(2) to be applied to newly-created files |
77 | and directories, instead of the user's default mask. | 77 | and directories, instead of the user's default mask. |
78 | 78 | ||
79 | For logging to work, sftp-server must be able to access /dev/log. Use of | 79 | On some systems, sftp-server must be able to access /dev/log for logging |
80 | sftp-server in a chroot configuration therefore requires that syslogd(8) | 80 | to work, and use of sftp-server in a chroot configuration therefore |
81 | establish a logging socket inside the chroot directory. | 81 | requires that syslogd(8) establish a logging socket inside the chroot |
82 | directory. | ||
82 | 83 | ||
83 | SEE ALSO | 84 | SEE ALSO |
84 | sftp(1), ssh(1), sshd_config(5), sshd(8) | 85 | sftp(1), ssh(1), sshd_config(5), sshd(8) |
@@ -92,4 +93,4 @@ HISTORY | |||
92 | AUTHORS | 93 | AUTHORS |
93 | Markus Friedl <markus@openbsd.org> | 94 | Markus Friedl <markus@openbsd.org> |
94 | 95 | ||
95 | OpenBSD 5.5 October 14, 2013 OpenBSD 5.5 | 96 | OpenBSD 5.6 July 28, 2014 OpenBSD 5.6 |