summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-04 09:00:04 +1000
committerDamien Miller <djm@mindrot.org>2014-07-04 09:00:04 +1000
commit72e6b5c9ed5e72ca3a6ccc3177941b7c487a0826 (patch)
tree625fda95a1d78dad23c033cf04a022b86a97a776 /sshd.8
parent602943d1179a08dfa70af94f62296ea5e3d6ebb8 (diff)
- djm@cvs.openbsd.org 2014/07/03 22:40:43
[servconf.c servconf.h session.c sshd.8 sshd_config.5] Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc is executed, mirroring the no-user-rc authorized_keys option; bz#2160; ok markus@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.89
1 files changed, 6 insertions, 3 deletions
diff --git a/sshd.8 b/sshd.8
index 3f27521d9..01459d637 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd.8,v 1.275 2014/04/19 18:15:16 tedu Exp $ 36.\" $OpenBSD: sshd.8,v 1.276 2014/07/03 22:40:43 djm Exp $
37.Dd $Mdocdate: April 19 2014 $ 37.Dd $Mdocdate: July 3 2014 $
38.Dt SSHD 8 38.Dt SSHD 8
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -408,7 +408,10 @@ Changes to user's home directory.
408.It 408.It
409If 409If
410.Pa ~/.ssh/rc 410.Pa ~/.ssh/rc
411exists, runs it; else if 411exists and the
412.Xr sshd_config 5
413.Cm PermitUserRC
414option is set, runs it; else if
412.Pa /etc/ssh/sshrc 415.Pa /etc/ssh/sshrc
413exists, runs 416exists, runs
414it; otherwise runs xauth. 417it; otherwise runs xauth.