summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.825
1 files changed, 7 insertions, 18 deletions
diff --git a/sshd.8 b/sshd.8
index cba168a8e..f8f9eac37 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.273 2013/12/07 11:58:46 naddy Exp $ 36.\" $OpenBSD: sshd.8,v 1.276 2014/07/03 22:40:43 djm Exp $
37.Dd $Mdocdate: December 7 2013 $ 37.Dd $Mdocdate: July 3 2014 $
38.Dt SSHD 8 38.Dt SSHD 8
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -60,10 +60,7 @@
60.Nm 60.Nm
61(OpenSSH Daemon) is the daemon program for 61(OpenSSH Daemon) is the daemon program for
62.Xr ssh 1 . 62.Xr ssh 1 .
63Together these programs replace 63Together these programs replace rlogin and rsh,
64.Xr rlogin 1
65and
66.Xr rsh 1 ,
67and provide secure encrypted communications between two untrusted hosts 64and provide secure encrypted communications between two untrusted hosts
68over an insecure network. 65over an insecure network.
69.Pp 66.Pp
@@ -414,7 +411,10 @@ Changes to user's home directory.
414.It 411.It
415If 412If
416.Pa ~/.ssh/rc 413.Pa ~/.ssh/rc
417exists, runs it; else if 414exists and the
415.Xr sshd_config 5
416.Cm PermitUserRC
417option is set, runs it; else if
418.Pa /etc/ssh/sshrc 418.Pa /etc/ssh/sshrc
419exists, runs 419exists, runs
420it; otherwise runs xauth. 420it; otherwise runs xauth.
@@ -979,14 +979,3 @@ Markus Friedl contributed the support for SSH
979protocol versions 1.5 and 2.0. 979protocol versions 1.5 and 2.0.
980Niels Provos and Markus Friedl contributed support 980Niels Provos and Markus Friedl contributed support
981for privilege separation. 981for privilege separation.
982.Sh CAVEATS
983System security is not improved unless
984.Nm rshd ,
985.Nm rlogind ,
986and
987.Nm rexecd
988are disabled (thus completely disabling
989.Xr rlogin
990and
991.Xr rsh
992into the machine).