Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open a shell window. If using Windows, open a cygwin window.
  2. Use ssh-keygen to create an SSH key.
    Note

    Follow the latest steps and guides on the ASF website at http://www.apache.org/dev/openpgp.html#generate-key as you need to disable using SHA1 and new keys should be 4096 bits.

    Note

    ssh-keygen dsa key type only accept 1024 bits; use rsa / 4096 bits instead and adjust all the id_dsa* reference to id_rsa*.

    Code Block
    none
    none
    $ ssh-keygen -t dsa -b 4096
    

...