[BACK]Return to README.openssh2 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/README.openssh2 between version 1.4 and 1.5

version 1.4, 2000/04/25 10:30:38 version 1.5, 2000/04/26 21:03:53
Line 2 
Line 2 
   
 howto:  howto:
         1) generate server key:          1) generate server key:
                 $ umask 077                  $ ssh-keygen -d -f /etc/ssh_dsa_key -N ''
                 $ openssl dsaparam 1024 -out dsa1024.pem  
                 $ openssl gendsa -out /etc/ssh_dsa_key dsa1024.pem -rand /dev/arandom  
         2) enable ssh2:          2) enable ssh2:
                 server: add 'Protocol 2,1' to /etc/sshd_config                  server: add 'Protocol 2,1' to /etc/sshd_config
                 client: ssh -o 'Protocol 2,1', or add to .ssh/config                  client: ssh -o 'Protocol 2,1', or add to .ssh/config
           3) interop w/ ssh.com dsa-keys:
                   ssh-keygen -f /key/from/ssh.com -X >> ~/.ssh/authorized_keys2
              and vice versa
                   ssh-keygen -f /privatekey/from/openssh -x > ~/.ssh2/mykey.pub
                   echo Key mykey.pub >> ~/.ssh2/authorization
   
 works:  works:
         secsh-transport: works w/o rekey          secsh-transport: works w/o rekey

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5