diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-23 00:35:25 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-23 00:35:25 +0000 |
commit | 959de99aa0efdb6cd1c02294c3890f8bf7eab86e (patch) | |
tree | 6287db005259b1767f31ca24a1c70ad6bb403346 /sshd.8 | |
parent | c06bf70b41dfe4ec263371b19e22bc86e7fd66ff (diff) |
- stevesk@cvs.openbsd.org 2002/06/22 16:45:29
[ssh-agent.1 sshd.8 sshd_config.5]
use process ID vs. pid/PID/process identifier
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.185 2002/06/22 16:32:54 stevesk Exp $ +.\" $OpenBSD: sshd.8,v 1.186 2002/06/22 16:45:29 stevesk Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -589,7 +589,7 @@ and not group or world-writable. Contains the process ID of the .Nm listening for connections (if there are several daemons running -concurrently for different ports, this contains the pid of the one +concurrently for different ports, this contains the process ID of the one started last). The content of this file is not sensitive; it can be world-readable. .It Pa $HOME/.ssh/authorized_keys |