Bug 2452

Summary: sshd: Add ChangeDirectory configuration directive
Product: Portable OpenSSH Reporter: Étienne Buira <etienne.buira>
Component: sshdAssignee: Assigned to nobody <unassigned-bugs>
Status: NEW ---    
Severity: enhancement    
Priority: P5    
Version: 7.1p1   
Hardware: Other   
OS: Linux   
See Also: https://bugzilla.mindrot.org/show_bug.cgi?id=2458
Attachments:
Description Flags
Proposed patch none

Description Étienne Buira 2015-08-22 17:19:41 AEST
Directive described in sshd_config (5).

Also remove chdir warning skip code both because this can be handled
with more flexibility with this added directive and were broken since
a56086b9903b62c1c4fdedf01b68338fe4dc90e4.
Comment 1 Étienne Buira 2015-08-22 17:23:08 AEST
Created attachment 2689 [details]
Proposed patch