summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.58
1 files changed, 5 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index a2f193470..245ed946f 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.83 2008/02/11 07:58:28 jmc Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.84 2008/03/25 11:58:02 djm Exp $
38.Dd $Mdocdate: February 11 2008 $ 38.Dd $Mdocdate: March 25 2008 $
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -324,7 +324,9 @@ for more information on patterns.
324.It Cm ForceCommand 324.It Cm ForceCommand
325Forces the execution of the command specified by 325Forces the execution of the command specified by
326.Cm ForceCommand , 326.Cm ForceCommand ,
327ignoring any command supplied by the client. 327ignoring any command supplied by the client and
328.Pa ~/.ssh/rc
329if present.
328The command is invoked by using the user's login shell with the -c option. 330The command is invoked by using the user's login shell with the -c option.
329This applies to shell, command, or subsystem execution. 331This applies to shell, command, or subsystem execution.
330It is most useful inside a 332It is most useful inside a