diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 8 |
1 files changed, 4 insertions, 4 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.212 2006/01/25 09:04:34 jmc Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.213 2006/01/25 09:07:22 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -233,7 +233,7 @@ This implementation of | |||
233 | supports both SSH protocol version 1 and 2 simultaneously. | 233 | supports both SSH protocol version 1 and 2 simultaneously. |
234 | .Nm | 234 | .Nm |
235 | works as follows: | 235 | works as follows: |
236 | .Ss SSH protocol version 1 | 236 | .Sh SSH PROTOCOL VERSION 1 |
237 | Each host has a host-specific RSA key | 237 | Each host has a host-specific RSA key |
238 | (normally 2048 bits) used to identify the host. | 238 | (normally 2048 bits) used to identify the host. |
239 | Additionally, when | 239 | Additionally, when |
@@ -301,7 +301,7 @@ are disabled (thus completely disabling | |||
301 | and | 301 | and |
302 | .Xr rsh | 302 | .Xr rsh |
303 | into the machine). | 303 | into the machine). |
304 | .Ss SSH protocol version 2 | 304 | .Sh SSH PROTOCOL VERSION 2 |
305 | Version 2 works similarly: | 305 | Version 2 works similarly: |
306 | Each host has a host-specific key (RSA or DSA) used to identify the host. | 306 | Each host has a host-specific key (RSA or DSA) used to identify the host. |
307 | However, when the daemon starts, it does not generate a server key. | 307 | However, when the daemon starts, it does not generate a server key. |
@@ -320,7 +320,7 @@ Protocol version 2 provides a public key based | |||
320 | user (PubkeyAuthentication) or | 320 | user (PubkeyAuthentication) or |
321 | client host (HostbasedAuthentication) authentication method, | 321 | client host (HostbasedAuthentication) authentication method, |
322 | conventional password authentication and challenge response based methods. | 322 | conventional password authentication and challenge response based methods. |
323 | .Ss Command execution and data forwarding | 323 | .Sh COMMAND EXECUTION AND DATA FORWARDING |
324 | If the client successfully authenticates itself, a dialog for | 324 | If the client successfully authenticates itself, a dialog for |
325 | preparing the session is entered. | 325 | preparing the session is entered. |
326 | At this time the client may request | 326 | At this time the client may request |