diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshd.8 | 6 |
2 files changed, 8 insertions, 3 deletions
@@ -110,6 +110,9 @@ | |||
110 | [ssh.c] | 110 | [ssh.c] |
111 | don't truncate remote ssh-2 commands; from mkubita@securities.cz | 111 | don't truncate remote ssh-2 commands; from mkubita@securities.cz |
112 | use min, not max for logging, fixes overflow. | 112 | use min, not max for logging, fixes overflow. |
113 | - deraadt@cvs.openbsd.org 2001/03/02 06:21:01 | ||
114 | [sshd.8] | ||
115 | explain SIGHUP better | ||
113 | 116 | ||
114 | 20010304 | 117 | 20010304 |
115 | - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. | 118 | - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. |
@@ -4302,4 +4305,4 @@ | |||
4302 | - Wrote replacements for strlcpy and mkdtemp | 4305 | - Wrote replacements for strlcpy and mkdtemp |
4303 | - Released 1.0pre1 | 4306 | - Released 1.0pre1 |
4304 | 4307 | ||
4305 | $Id: ChangeLog,v 1.885 2001/03/05 06:52:57 mouring Exp $ | 4308 | $Id: ChangeLog,v 1.886 2001/03/05 06:55:18 mouring Exp $ |
@@ -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.96 2001/02/22 21:57:27 markus Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.97 2001/03/02 06:21:01 deraadt Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -174,7 +174,9 @@ configuration file. | |||
174 | .Pp | 174 | .Pp |
175 | .Nm | 175 | .Nm |
176 | rereads its configuration file when it receives a hangup signal, | 176 | rereads its configuration file when it receives a hangup signal, |
177 | .Dv SIGHUP . | 177 | .Dv SIGHUP , |
178 | by executing itself with the name it was started as, ie. | ||
179 | .Pa /usr/sbin/sshd . | ||
178 | .Pp | 180 | .Pp |
179 | The options are as follows: | 181 | The options are as follows: |
180 | .Bl -tag -width Ds | 182 | .Bl -tag -width Ds |