summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-11-29 12:18:44 +1100
committerDamien Miller <djm@mindrot.org>2000-11-29 12:18:44 +1100
commite39cacc5793b19e74319b3c33c5e3b9fed0c18ff (patch)
treefdfe9c87a8fb716af0d235105e04580a24261011 /sshd.8
parent3f62abaee876bb4ef7450799cdee1081297aae51 (diff)
- (djm) OpenBSD CVS updates:
- provos@cvs.openbsd.org 2000/11/22 08:38:31 [sshd.8] talk about /etc/primes, okay markus@ - markus@cvs.openbsd.org 2000/11/23 14:03:48 [ssh.c sshconnect1.c sshconnect2.c] complain about invalid ciphers for ssh1/ssh2, fall back to reasonable defaults - markus@cvs.openbsd.org 2000/11/25 09:42:53 [sshconnect1.c] reorder check for illegal ciphers, bugreport from espie@ - markus@cvs.openbsd.org 2000/11/25 10:19:34 [ssh-keygen.c ssh.h] print keytype when generating a key. reasonable defaults for RSA1/RSA/DSA keys.
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.84
1 files changed, 3 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index 823282018..48d6be204 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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.72 2000/11/12 19:50:38 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.73 2000/11/22 15:38:30 provos Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -885,6 +885,8 @@ really used for anything; it is only provided for the convenience of
885the user so its contents can be copied to known hosts files. 885the user so its contents can be copied to known hosts files.
886These two files are created using 886These two files are created using
887.Xr ssh-keygen 1 . 887.Xr ssh-keygen 1 .
888.It Pa /etc/primes
889Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
888.It Pa /var/run/sshd.pid 890.It Pa /var/run/sshd.pid
889Contains the process ID of the 891Contains the process ID of the
890.Nm 892.Nm