summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-04-06 21:28:23 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-04-06 21:28:23 +0000
commit15ec9250d1fa438bef174ac54cc4602ee774f049 (patch)
tree274b5cbd18f302aa981ffb3586102e384a1dbb7e
parentc3abc835af8ef5e39891190a31e3f6ef9ac931eb (diff)
umask 077
-rw-r--r--usr.bin/ssh/README.openssh25
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/README.openssh2 b/usr.bin/ssh/README.openssh2
index 7413bafc812..59f8cf9f689 100644
--- a/usr.bin/ssh/README.openssh2
+++ b/usr.bin/ssh/README.openssh2
@@ -1,4 +1,4 @@
-$Id: README.openssh2,v 1.1 2000/04/06 08:55:22 markus Exp $
+$Id: README.openssh2,v 1.2 2000/04/06 21:28:22 markus Exp $
works:
secsh-transport: works w/o rekey
@@ -12,6 +12,7 @@ works:
dss: verification works,
key database in ~/.ssh/known_hosts with bits == 0 hack
dss: signature works, keygen w/ openssl:
+ $ umask 077
$ openssl dsaparam 1024 -out dsa1024.pem
$ openssl gendsa -out /etc/ssh_dsa_key dsa1024.pem -rand /dev/arandom
start sshd with '-2' flag
@@ -32,4 +33,4 @@ todo:
sftp
-markus
-$Date: 2000/04/06 08:55:22 $
+$Date: 2000/04/06 21:28:22 $