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.229 2006/02/24 10:39:52 jmc Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.230 2006/02/24 20:31:31 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -81,7 +81,7 @@ configuration file. | |||
81 | .Nm | 81 | .Nm |
82 | rereads its configuration file when it receives a hangup signal, | 82 | rereads its configuration file when it receives a hangup signal, |
83 | .Dv SIGHUP , | 83 | .Dv SIGHUP , |
84 | by executing itself with the name and options it was started with, e.g., | 84 | by executing itself with the name and options it was started with, e.g.\& |
85 | .Pa /usr/sbin/sshd . | 85 | .Pa /usr/sbin/sshd . |
86 | .Pp | 86 | .Pp |
87 | The options are as follows: | 87 | The options are as follows: |
@@ -154,7 +154,7 @@ is normally not run | |||
154 | from inetd because it needs to generate the server key before it can | 154 | from inetd because it needs to generate the server key before it can |
155 | respond to the client, and this may take tens of seconds. | 155 | respond to the client, and this may take tens of seconds. |
156 | Clients would have to wait too long if the key was regenerated every time. | 156 | Clients would have to wait too long if the key was regenerated every time. |
157 | However, with small key sizes (e.g., 512) using | 157 | However, with small key sizes (e.g. 512) using |
158 | .Nm | 158 | .Nm |
159 | from inetd may | 159 | from inetd may |
160 | be feasible. | 160 | be feasible. |
@@ -519,7 +519,7 @@ authentication. | |||
519 | .It Cm no-port-forwarding | 519 | .It Cm no-port-forwarding |
520 | Forbids TCP forwarding when this key is used for authentication. | 520 | Forbids TCP forwarding when this key is used for authentication. |
521 | Any port forward requests by the client will return an error. | 521 | Any port forward requests by the client will return an error. |
522 | This might be used, e.g., in connection with the | 522 | This might be used, e.g. in connection with the |
523 | .Cm command | 523 | .Cm command |
524 | option. | 524 | option. |
525 | .It Cm no-pty | 525 | .It Cm no-pty |