summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.57
1 files changed, 5 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 916e019da..29f4d8240 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,8 +34,8 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.105 2009/04/18 18:39:10 jmc Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.106 2009/04/21 15:13:17 stevesk Exp $
38.Dd $Mdocdate: April 18 2009 $ 38.Dd $Mdocdate: April 21 2009 $
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -188,6 +188,9 @@ Specifies a path to
188to after authentication. 188to after authentication.
189This path, and all its components, must be root-owned directories that are 189This path, and all its components, must be root-owned directories that are
190not writable by any other user or group. 190not writable by any other user or group.
191After the chroot,
192.Xr sshd 8
193changes the working directory to the user's home directory.
191.Pp 194.Pp
192The path may contain the following tokens that are expanded at runtime once 195The path may contain the following tokens that are expanded at runtime once
193the connecting user has been authenticated: %% is replaced by a literal '%', 196the connecting user has been authenticated: %% is replaced by a literal '%',