diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -34,7 +34,7 @@ | |||
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.8,v 1.179 2002/05/04 02:39:35 deraadt Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.180 2002/05/06 23:34:33 millert Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -116,14 +116,14 @@ Rhosts authentication is normally disabled | |||
116 | because it is fundamentally insecure, but can be enabled in the server | 116 | because it is fundamentally insecure, but can be enabled in the server |
117 | configuration file if desired. | 117 | configuration file if desired. |
118 | System security is not improved unless | 118 | System security is not improved unless |
119 | .Xr rshd 8 , | 119 | .Nm rshd , |
120 | .Xr rlogind 8 , | 120 | .Nm rlogind , |
121 | and | 121 | and |
122 | .Xr rexecd 8 | 122 | .Xr rexecd |
123 | are disabled (thus completely disabling | 123 | are disabled (thus completely disabling |
124 | .Xr rlogin 1 | 124 | .Xr rlogin |
125 | and | 125 | and |
126 | .Xr rsh 1 | 126 | .Xr rsh |
127 | into the machine). | 127 | into the machine). |
128 | .Pp | 128 | .Pp |
129 | .Ss SSH protocol version 2 | 129 | .Ss SSH protocol version 2 |